summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-09-28 10:07:02 -0300
committerGitHub <noreply@github.com>2022-09-28 10:07:02 -0300
commit502ccf399ce5ef142849dbf574650df3c2833c02 (patch)
tree6c5b6575ad1f61f343b7a1391f1955ed5ce3f8ab
parentd7d8940175e858dc2045d7abb4fc7ab8773049ef (diff)
parent3e4a9fb838f20b63067416e8f2ade1f7dfb61d6f (diff)
downloadmeta-freescale-502ccf399ce5ef142849dbf574650df3c2833c02.tar.gz
Merge pull request #1230 from quaresmajose/weston
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"