[OE-core] [PATCH 7/8] Adds wayland/weston recipe

Burton, Ross ross.burton at intel.com
Tue Dec 11 21:19:24 UTC 2012


On 11 December 2012 08:29, Alex DAMIAN <alexandru.damian at intel.com> wrote:
> +EXTRA_OECONF += "--enable-clients --enable-drm-compositor --enable-xwayland"

--enable-drm-compositor is repeated in the (commented out) "kms" packageconfig.

XWayland should be a packageconfig option.

> +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \

What's the point of this?

> +                   ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
> +                   ${@base_contains('DISTRO_FEATURES', 'opengles2', 'gles', '', d)} \
> +                  "
> +#PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm virtual/libgbm udev"

Presumably this is the "DRM compositor" that the commit message refers to?

Ross




More information about the Openembedded-core mailing list