summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/cairo/cairo.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc
index e5b6e18514..9237fadaf3 100644
--- a/meta/recipes-graphics/cairo/cairo.inc
+++ b/meta/recipes-graphics/cairo/cairo.inc
@@ -11,7 +11,7 @@ BUGTRACKER = "http://bugs.freedesktop.org"
11SECTION = "libs" 11SECTION = "libs"
12PRIORITY = "optional" 12PRIORITY = "optional"
13LICENSE = "MPLv1.1 & LGPLv2.1" 13LICENSE = "MPLv1.1 & LGPLv2.1"
14DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman" 14DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman glib-2.0"
15 15
16#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
17require cairo-fpu.inc 17require cairo-fpu.inc