summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston_8.0.0.imx.bbappend
blob: 7928342e12f8ea7681f6c02823a66827da1d9930 (plain)
1
2
3
4
5
6
7
8
9
10
# Work around PACKAGECONFIG_remove of "x11 wayland" added to the recipe
# in meta-freescale commit 5a5c5dd.  This can be removed once the issue
# has been resolved by a revert of that breakage upstream.
# What is done below is effectively a disabling of the "wayland"
# PACKAGECONFIG option and then open coding what its effects would
# normally be, since the _remove prevents specifying it in the usual way.
PACKAGECONFIG[wayland] = ""
DEPENDS_append = " virtual/egl virtual/libgles2"
PACKAGECONFIG_CONFARGS_append = " -Dbackend-wayland=true"