diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo_1.16.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.16.0.bb b/meta/recipes-graphics/cairo/cairo_1.16.0.bb index e3de3f6164..b772c2ece2 100644 --- a/meta/recipes-graphics/cairo/cairo_1.16.0.bb +++ b/meta/recipes-graphics/cairo/cairo_1.16.0.bb | |||
@@ -40,7 +40,8 @@ X11DEPENDS = "virtual/libx11 libsm libxrender libxext" | |||
40 | 40 | ||
41 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'directfb', d)} \ | 41 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'directfb', d)} \ |
42 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)} \ | 42 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)} \ |
43 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'opengl', '', d)}" | 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'opengl', '', d)} \ |
44 | trace" | ||
44 | 45 | ||
45 | PACKAGECONFIG[x11] = "--with-x=yes -enable-xlib,--with-x=no --disable-xlib,${X11DEPENDS}" | 46 | PACKAGECONFIG[x11] = "--with-x=yes -enable-xlib,--with-x=no --disable-xlib,${X11DEPENDS}" |
46 | PACKAGECONFIG[xcb] = "--enable-xcb,--disable-xcb,libxcb" | 47 | PACKAGECONFIG[xcb] = "--enable-xcb,--disable-xcb,libxcb" |
@@ -49,6 +50,7 @@ PACKAGECONFIG[valgrind] = "--enable-valgrind=yes,--disable-valgrind,valgrind" | |||
49 | PACKAGECONFIG[egl] = "--enable-egl=yes,--disable-egl,virtual/egl" | 50 | PACKAGECONFIG[egl] = "--enable-egl=yes,--disable-egl,virtual/egl" |
50 | PACKAGECONFIG[glesv2] = "--enable-glesv2,--disable-glesv2,virtual/libgles2" | 51 | PACKAGECONFIG[glesv2] = "--enable-glesv2,--disable-glesv2,virtual/libgles2" |
51 | PACKAGECONFIG[opengl] = "--enable-gl,--disable-gl,virtual/libgl" | 52 | PACKAGECONFIG[opengl] = "--enable-gl,--disable-gl,virtual/libgl" |
53 | PACKAGECONFIG[trace] = "--enable-trace,--disable-trace" | ||
52 | 54 | ||
53 | EXTRA_OECONF += " \ | 55 | EXTRA_OECONF += " \ |
54 | ${@bb.utils.contains('TARGET_FPU', 'soft', '--disable-some-floating-point', '', d)} \ | 56 | ${@bb.utils.contains('TARGET_FPU', 'soft', '--disable-some-floating-point', '', d)} \ |
@@ -66,6 +68,8 @@ do_install_append () { | |||
66 | rm -rf ${D}${libdir}/cairo/cairo-sphinx* | 68 | rm -rf ${D}${libdir}/cairo/cairo-sphinx* |
67 | rm -rf ${D}${libdir}/cairo/.debug/cairo-fdr* | 69 | rm -rf ${D}${libdir}/cairo/.debug/cairo-fdr* |
68 | rm -rf ${D}${libdir}/cairo/.debug/cairo-sphinx* | 70 | rm -rf ${D}${libdir}/cairo/.debug/cairo-sphinx* |
71 | rmdir -p --ignore-fail-on-non-empty ${D}${bindir} | ||
72 | rmdir -p --ignore-fail-on-non-empty ${D}${libdir}/cairo | ||
69 | } | 73 | } |
70 | 74 | ||
71 | PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils" | 75 | PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils" |