summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-09-28 10:07:43 -0300
committerGitHub <noreply@github.com>2022-09-28 10:07:43 -0300
commitc2a13e5d18216233a7062b779683030efdb99b74 (patch)
tree065aa5793fe3ce2448dfdf82039cb4dd1acdf0fb
parent1af287b6cb02ee01e6deb6758d6296d818865b01 (diff)
parent1681b3773a541adf67c26f91e0b262adb13158e2 (diff)
downloadmeta-freescale-c2a13e5d18216233a7062b779683030efdb99b74.tar.gz
Merge pull request #1231 from Freescale/backport-1230-to-kirkstone
[Backport kirkstone] weston: disable rdp as it pulls in some big dependencies
-rw-r--r--recipes-graphics/wayland/weston_10.0.0.imx.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.0.imx.bb b/recipes-graphics/wayland/weston_10.0.0.imx.bb
index b9e8fca5..676c19e6 100644
--- a/recipes-graphics/wayland/weston_10.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.0.imx.bb
@@ -177,9 +177,7 @@ PACKAGECONFIG_OPENGL:imxgpu2d = ""
177PACKAGECONFIG_OPENGL:imxgpu3d = "opengl" 177PACKAGECONFIG_OPENGL:imxgpu3d = "opengl"
178 178
179PACKAGECONFIG:remove = "wayland x11" 179PACKAGECONFIG:remove = "wayland x11"
180PACKAGECONFIG:append = " \ 180PACKAGECONFIG:append = "${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}"
181 rdp \
182 ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}"
183 181
184PACKAGECONFIG:remove:imxfbdev = "kms" 182PACKAGECONFIG:remove:imxfbdev = "kms"
185PACKAGECONFIG:append:imxfbdev = " fbdev clients" 183PACKAGECONFIG:append:imxfbdev = " fbdev clients"