summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Ferland <marc.ferland@sonatest.com>2025-10-28 08:54:36 -0400
committerKhem Raj <raj.khem@gmail.com>2025-10-29 10:14:12 -0700
commit83e38a44136e09fa44985df6552bc887a616bc1b (patch)
treedb067a872f89f387de27a55b46bc3f0a6ea9e4eb
parent64f21f2ef82140e266af28e32f6a910af603a292 (diff)
downloadmeta-openembedded-83e38a44136e09fa44985df6552bc887a616bc1b.tar.gz
freerdp3: fix configure warning about image scaling
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb1
1 files changed, 1 insertions, 0 deletions
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 = " \
34 -DWITH_ALSA=OFF \ 34 -DWITH_ALSA=OFF \
35 -DWITH_CLIENT_SDL=OFF \ 35 -DWITH_CLIENT_SDL=OFF \
36 -DWITH_SAMPLE=OFF \ 36 -DWITH_SAMPLE=OFF \
37 -DWITH_CAIRO=ON \
37 " 38 "
38 39
39X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv libxi libxrender libxfixes libxdamage libxrandr libxkbfile" 40X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv libxi libxrender libxfixes libxdamage libxrandr libxkbfile"