mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 13:58:03 +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:
parent
64f21f2ef8
commit
83e38a4413
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user