mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user