diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-09-29 13:21:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 13:21:46 -0300 |
commit | f28fb5c99c8a572669faad73ada559f1e54f2690 (patch) | |
tree | 871b026ca1a711dae4073ce0a569221309e51387 | |
parent | 60a87ba6b5f7b5a816927679fb463bfa527323f4 (diff) | |
parent | 71e721ead65a3cad51641a55d71a380adfcd394f (diff) | |
download | meta-freescale-f28fb5c99c8a572669faad73ada559f1e54f2690.tar.gz |
Merge pull request #1239 from Freescale/backport-1238-to-kirkstone
[Backport kirkstone] weston: Add missing space before appending to PACKAGECONFIG
-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 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 = "" | |||
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" |