diff options
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r-- | recipes-graphics/wayland/wayland_%.bbappend | 2 | ||||
-rw-r--r-- | recipes-graphics/wayland/weston_%.bbappend | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/wayland_%.bbappend b/recipes-graphics/wayland/wayland_%.bbappend index e5bbf4a..ca2b296 100644 --- a/recipes-graphics/wayland/wayland_%.bbappend +++ b/recipes-graphics/wayland/wayland_%.bbappend | |||
@@ -1,5 +1,5 @@ | |||
1 | # until fully tested, prefer `libwayland-egl` provided by `userland` instead of `wayland` when not using vc4graphics | 1 | # until fully tested, prefer `libwayland-egl` provided by `userland` instead of `wayland` when not using vc4graphics |
2 | do_install_append_rpi () { | 2 | do_install:append:rpi () { |
3 | if [ "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" = "0" ]; then | 3 | if [ "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" = "0" ]; then |
4 | rm -f ${D}${libdir}/libwayland-egl* | 4 | rm -f ${D}${libdir}/libwayland-egl* |
5 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | 5 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc |
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend index 55cf700..89917f0 100644 --- a/recipes-graphics/wayland/weston_%.bbappend +++ b/recipes-graphics/wayland/weston_%.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'fbdev', '', d)}" | 1 | PACKAGECONFIG:remove:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'fbdev', '', d)}" |
2 | 2 | ||
3 | EXTRA_OECONF_append_rpi = " \ | 3 | EXTRA_OECONF:append:rpi = " \ |
4 | --disable-xwayland-test \ | 4 | --disable-xwayland-test \ |
5 | --disable-simple-egl-clients \ | 5 | --disable-simple-egl-clients \ |
6 | ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' \ | 6 | ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' \ |