[OE-core] [PATCH 2/3] xserver-xorg: disable xwayland
Andreas Oberritter
obi at opendreambox.org
Fri May 15 10:16:32 UTC 2015
Hi Robert,
On 14.05.2015 09:02, Robert Yang wrote:
> --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
> +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
> @@ -62,7 +62,9 @@ PACKAGES =+ "${PN}-security-policy \
> ${PN}-module-exa \
> ${PN}-module-xaa \
> ${PN}-module-libxf1bpp \
> - ${PN}-module-libxf4bpp"
> + ${PN}-module-libxf4bpp \
> + ${@bb.utils.contains("DISTRO_FEATURES", "wayland",
> "${PN}-xwayland", "", d)} \
> +"
You don't need a conditional here, because empty packages get ignored.
Regards,
Andreas
More information about the Openembedded-core
mailing list