summaryrefslogtreecommitdiff
path: root/recipes/xorg-lib/pixman.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/pixman.inc')
-rw-r--r--recipes/xorg-lib/pixman.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman.inc b/recipes/xorg-lib/pixman.inc
new file mode 100644
index 0000000000..1828eef4ce
--- /dev/null
+++ b/recipes/xorg-lib/pixman.inc
@@ -0,0 +1,13 @@
+SECTION = "libs"
+PRIORITY = "optional"
+DESCRIPTION = "Low-level pixel manipulation library."
+LICENSE = "X11"
+
+BBCLASSEXTEND="native"
+
+SRC_URI = "http://cairographics.org/releases/${BPN}-${PV}.tar.gz;name=archive "
+
+INC_PR = "r5"
+
+inherit autotools_stage pkgconfig
+AUTOTOOLS_STAGE_PKGCONFIG = "1"