summaryrefslogtreecommitdiffstats
path: root/meta/packages/cairo/cairo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/cairo/cairo.inc')
-rw-r--r--meta/packages/cairo/cairo.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/cairo/cairo.inc b/meta/packages/cairo/cairo.inc
index 1847519c67..e73a839671 100644
--- a/meta/packages/cairo/cairo.inc
+++ b/meta/packages/cairo/cairo.inc
@@ -1,8 +1,10 @@
1DESCRIPTION = "Cairo graphics library"
2HOMEPAGE = "http://cairographics.org"
3BUGTRACKER = "http://bugs.freedesktop.org"
1SECTION = "libs" 4SECTION = "libs"
2PRIORITY = "optional" 5PRIORITY = "optional"
6LICENSE = "MPLv1.1 & LGPLv2.1"
3DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman" 7DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman"
4DESCRIPTION = "Cairo graphics library"
5LICENSE = "MPL LGPL"
6 8
7#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points 9#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
8require cairo-fpu.inc 10require cairo-fpu.inc