aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cairo/cairo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cairo/cairo.inc')
-rw-r--r--recipes/cairo/cairo.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/cairo/cairo.inc b/recipes/cairo/cairo.inc
new file mode 100644
index 0000000000..3123fe6632
--- /dev/null
+++ b/recipes/cairo/cairo.inc
@@ -0,0 +1,15 @@
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11 pixman libsm libpng fontconfig libxrender"
+DESCRIPTION = "Cairo graphics library"
+LICENSE = "MPL LGPL"
+
+#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
+require cairo-fpu.inc
+EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}