diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-09-29 14:53:29 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 14:53:29 -0300 |
commit | dd6e8db8059d6f5c302202ce590a74171ee002be (patch) | |
tree | cf0fa4a80471006161a5f9e666648e09e5df439d /recipes-graphics | |
parent | a6f6357b93358874ed96e608d5402e961a52ef02 (diff) | |
parent | e3c2e0644a4593ae35270a890e1e3692f234545e (diff) | |
download | meta-freescale-dd6e8db8059d6f5c302202ce590a74171ee002be.tar.gz |
Merge pull request #1240 from YoeDistro/yoe/mut
weston: Fix the append logic
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston_10.0.0.imx.bb | 2 |
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 1e380ffe..7ab612b0 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 = "" | |||
177 | PACKAGECONFIG_OPENGL:imxgpu3d = "opengl" | 177 | PACKAGECONFIG_OPENGL:imxgpu3d = "opengl" |
178 | 178 | ||
179 | PACKAGECONFIG:remove = "wayland x11" | 179 | PACKAGECONFIG:remove = "wayland x11" |
180 | PACKAGECONFIG:append = "${@bb.utils.filter('DISTRO_FEATURES', ' ${PACKAGECONFIG_OPENGL}', d)}" | 180 | PACKAGECONFIG:append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" |
181 | 181 | ||
182 | PACKAGECONFIG:remove:imxfbdev = "kms" | 182 | PACKAGECONFIG:remove:imxfbdev = "kms" |
183 | PACKAGECONFIG:append:imxfbdev = " fbdev clients" | 183 | PACKAGECONFIG:append:imxfbdev = " fbdev clients" |