diff options
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index 68cb22bf1d..f51c7401eb 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc | |||
| @@ -13,6 +13,7 @@ AUTOTOOLS_AUXDIR = "${S}/build" | |||
| 13 | EDEPENDS_X11 = "virtual/libx11 libxi libxfixes" | 13 | EDEPENDS_X11 = "virtual/libx11 libxi libxfixes" |
| 14 | EDEPENDS_GLX = "virtual/libgl" | 14 | EDEPENDS_GLX = "virtual/libgl" |
| 15 | EDEPENDS_EGL = "virtual/egl" | 15 | EDEPENDS_EGL = "virtual/egl" |
| 16 | EDEPENDS_WAYLAND = "wayland libxkbcommon gdk-pixbuf" | ||
| 16 | 17 | ||
| 17 | EDEPENDS_EVDEV = "libxkbcommon" | 18 | EDEPENDS_EVDEV = "libxkbcommon" |
| 18 | ERDEPENDS_EVDEV = "xkeyboard-config" | 19 | ERDEPENDS_EVDEV = "xkeyboard-config" |
| @@ -22,8 +23,6 @@ EXTRA_OECONF += "--disable-introspection \ | |||
| 22 | --disable-quartz-backend \ | 23 | --disable-quartz-backend \ |
| 23 | --disable-win32-backend \ | 24 | --disable-win32-backend \ |
| 24 | --disable-gdk-backend \ | 25 | --disable-gdk-backend \ |
| 25 | --disable-wayland-backend \ | ||
| 26 | --disable-wayland-compositor \ | ||
| 27 | --disable-cex100-backend \ | 26 | --disable-cex100-backend \ |
| 28 | --disable-tslib-input \ | 27 | --disable-tslib-input \ |
| 29 | " | 28 | " |
| @@ -32,9 +31,12 @@ PACKAGECONFIG[x11] = "--enable-x11-backend,--disable-x11-backend,${EDEPENDS_X11} | |||
| 32 | PACKAGECONFIG[glx] = ",,${EDEPENDS_X11} ${EDEPENDS_GLX}" | 31 | PACKAGECONFIG[glx] = ",,${EDEPENDS_X11} ${EDEPENDS_GLX}" |
| 33 | PACKAGECONFIG[egl] = "--enable-egl-backend,--disable-egl-backend,${EDEPENDS_EGL}" | 32 | PACKAGECONFIG[egl] = "--enable-egl-backend,--disable-egl-backend,${EDEPENDS_EGL}" |
| 34 | PACKAGECONFIG[evdev] = "--enable-evdev-input,--disable-evdev-input,${EDEPENDS_EVDEV},${ERDEPENDS_EVDEV}" | 33 | PACKAGECONFIG[evdev] = "--enable-evdev-input,--disable-evdev-input,${EDEPENDS_EVDEV},${ERDEPENDS_EVDEV}" |
| 34 | PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,${EDEPENDS_WAYLAND}" | ||
| 35 | PACKAGECONFIG[wayland-compositor] = "--enable-wayland-compositor,--disable-wayland-compositor,wayland" | ||
| 35 | 36 | ||
| 36 | # Default configuration, distros might want to override | 37 | # Default configuration, distros might want to override |
| 37 | PACKAGECONFIG ??= "x11 glx" | 38 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ |
| 39 | ${@base_contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" | ||
| 38 | 40 | ||
| 39 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | 41 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" |
| 40 | 42 | ||
