summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/cairo/cairo.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc
index 72aaa03620..c983a89af0 100644
--- a/meta/recipes-graphics/cairo/cairo.inc
+++ b/meta/recipes-graphics/cairo/cairo.inc
@@ -10,10 +10,11 @@ HOMEPAGE = "http://cairographics.org"
10BUGTRACKER = "http://bugs.freedesktop.org" 10BUGTRACKER = "http://bugs.freedesktop.org"
11SECTION = "libs" 11SECTION = "libs"
12LICENSE = "MPL-1 & LGPLv2.1" 12LICENSE = "MPL-1 & LGPLv2.1"
13DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman glib-2.0" 13X11DEPENDS = "virtual/libx11 libsm libxrender"
14DEPENDS = "libpng fontconfig pixman glib-2.0 ${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)}"
14 15
15#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points 16#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
16require cairo-fpu.inc 17require cairo-fpu.inc
17EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}" 18EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)} ${@base_contains('DISTRO_FEATURES', 'x11', '--with-x', '--without-x', d)}"
18 19
19inherit autotools pkgconfig 20inherit autotools pkgconfig