summaryrefslogtreecommitdiff
path: root/packages/cairo/cairo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cairo/cairo.inc')
-rw-r--r--packages/cairo/cairo.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/cairo/cairo.inc b/packages/cairo/cairo.inc
deleted file mode 100644
index 3123fe6632..0000000000
--- a/packages/cairo/cairo.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-}