diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.0.inc')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0.inc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index 1356586fd8..d9311fea4d 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc | |||
@@ -4,11 +4,8 @@ LICENSE = "LGPLv2.1+" | |||
4 | 4 | ||
5 | inherit clutter | 5 | inherit clutter |
6 | 6 | ||
7 | SRC_URI += "file://enable_tests.patch \ | ||
8 | file://fix-wayland-deps.patch" | ||
9 | |||
10 | DEPENDS = "pango glib-2.0 json-glib atk udev cogl-1.0" | 7 | DEPENDS = "pango glib-2.0 json-glib atk udev cogl-1.0" |
11 | PACKAGES =+ "${PN}-examples" | 8 | PACKAGE_BEFORE_PN += "${PN}-examples" |
12 | AUTOTOOLS_AUXDIR = "${S}/build" | 9 | AUTOTOOLS_AUXDIR = "${S}/build" |
13 | 10 | ||
14 | EDEPENDS_X11 = "virtual/libx11 libxi libxfixes" | 11 | EDEPENDS_X11 = "virtual/libx11 libxi libxfixes" |
@@ -39,7 +36,8 @@ PACKAGECONFIG[wayland-compositor] = "--enable-wayland-compositor,--disable-wayla | |||
39 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ | 36 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ |
40 | ${@base_contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" | 37 | ${@base_contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" |
41 | 38 | ||
42 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | 39 | FILES_${PN}-dbg += "${libdir}/clutter/examples/.debug" |
40 | FILES_${PN}-examples = "${libdir}/clutter/examples" | ||
43 | 41 | ||
44 | do_configure_prepend() { | 42 | do_configure_prepend() { |
45 | # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this | 43 | # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this |