summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-09-29 13:21:17 -0300
committerGitHub <noreply@github.com>2022-09-29 13:21:17 -0300
commita6f6357b93358874ed96e608d5402e961a52ef02 (patch)
treea9f32c9e1d54e0252587c4357d8161aafea5edf4 /recipes-graphics/wayland
parent009352d560dd1c550af18d92a0e06cce6c7372e9 (diff)
parentb8581e79e0ae9d7c1a6181ebd3425b7348b86f26 (diff)
downloadmeta-freescale-a6f6357b93358874ed96e608d5402e961a52ef02.tar.gz
Merge pull request #1238 from YoeDistro/yoe/mut
weston: Add missing space before appending to PACKAGECONFIG
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r--recipes-graphics/wayland/weston_10.0.0.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.0.imx.bb b/recipes-graphics/wayland/weston_10.0.0.imx.bb
index 676c19e6..1e380ffe 100644
--- a/recipes-graphics/wayland/weston_10.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.0.imx.bb
@@ -177,7 +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 = "${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" 180PACKAGECONFIG:append = "${@bb.utils.filter('DISTRO_FEATURES', ' ${PACKAGECONFIG_OPENGL}', d)}"
181 181
182PACKAGECONFIG:remove:imxfbdev = "kms" 182PACKAGECONFIG:remove:imxfbdev = "kms"
183PACKAGECONFIG:append:imxfbdev = " fbdev clients" 183PACKAGECONFIG:append:imxfbdev = " fbdev clients"