diff mbox series

[meta-oe,3/3] freerdp3: fix configure warning about image scaling

Message ID 20251027183535.2058067-3-marc.ferland@sonatest.com
State Under Review
Headers show
Series [meta-oe,1/3] freerdp3: upgrade 3.17.1 -> 3.17.2 | expand

Commit Message

Marc Ferland Oct. 27, 2025, 6:35 p.m. UTC
From: Marc Ferland <marc.ferland@sonatest.com>

Adding WITH_CAIRO=ON to fix this warning:

CMake Warning at libfreerdp/CMakeLists.txt:193 (message):
  -DWITH_SWSCALE=OFF and -DWITH_CAIRO=OFF, compiling without image scaling
  support!

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
---
 meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb b/meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb
index ae87bd0925..7a95f5399e 100644
--- a/meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb
@@ -34,6 +34,7 @@  EXTRA_OECMAKE = " \
     -DWITH_ALSA=OFF \
     -DWITH_CLIENT_SDL=OFF \
     -DWITH_SAMPLE=OFF \
+    -DWITH_CAIRO=ON \
  "
 
 X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv libxi libxrender libxfixes libxdamage libxrandr libxkbfile"