mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
gtk+3: Drop x11 config logic
The original intent of dropping x11 support from the package was so only wayland would be supported. The fix inefcb2fe
and7447f7c
removes that. However, it keeps the idea that the x11 packageconfig should be disallowed from being added if x11 is not in the distro features. This was never the intent of the original logic, and since the default is to enable x11 packageconfig if and only if x11 is a distro feature, just drop the logic entirely. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
952a6084f3
commit
e3f41f8c93
|
@ -1,6 +1 @@
|
|||
DEPENDS:append:imxgpu2d = " virtual/egl"
|
||||
|
||||
WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'x11', d)}"
|
||||
WAYLANDONLY = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '${WAYLAND}', '', d)}"
|
||||
|
||||
PACKAGECONFIG:remove:imxgpu2d = " ${WAYLANDONLY}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user