diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-27 17:40:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 08:14:19 +0000 |
commit | 8de27f84ce6b8561eadbf8f83a84a6590d15138b (patch) | |
tree | c3ceab853b5bab62cbac5d01a2e6f5977186ea4c /meta | |
parent | 82a5df1a0a7d225e4e1c37a02443cc539edc34f7 (diff) | |
download | poky-8de27f84ce6b8561eadbf8f83a84a6590d15138b.tar.gz |
clutter: enable EGL backend by default
(From OE-Core rev: bfb06977edff4992b40eda484fcdb6e2b7ca029c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index 3929765a9d..da21cee8b5 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc | |||
@@ -33,7 +33,8 @@ PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,${E | |||
33 | PACKAGECONFIG[wayland-compositor] = "--enable-wayland-compositor,--disable-wayland-compositor,wayland" | 33 | PACKAGECONFIG[wayland-compositor] = "--enable-wayland-compositor,--disable-wayland-compositor,wayland" |
34 | 34 | ||
35 | # Default configuration, distros might want to override | 35 | # Default configuration, distros might want to override |
36 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ | 36 | PACKAGECONFIG ??= "egl \ |
37 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ | ||
37 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" | 38 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" |
38 | 39 | ||
39 | FILES_${PN}-dbg += "${libdir}/clutter/examples/.debug" | 40 | FILES_${PN}-dbg += "${libdir}/clutter/examples/.debug" |