diff options
| author | Marc Ferland <marc.ferland@sonatest.com> | 2025-10-28 08:54:36 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-28 09:29:03 -0700 |
| commit | eafdfb59f888ff804767b7595677babe37495d66 (patch) | |
| tree | eb91be4cf3bd69f4f82ef2e30862d6a8d6f09634 | |
| parent | 2acb6a772653c798d9b0161d672396b02e18b77c (diff) | |
| download | meta-openembedded-eafdfb59f888ff804767b7595677babe37495d66.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.bb | 1 |
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 | ||
| 39 | X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv libxi libxrender libxfixes libxdamage libxrandr libxkbfile" | 40 | X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv libxi libxrender libxfixes libxdamage libxrandr libxkbfile" |
