aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman_0.9.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/pixman_0.9.6.bb')
-rw-r--r--recipes/xorg-lib/pixman_0.9.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman_0.9.6.bb b/recipes/xorg-lib/pixman_0.9.6.bb
new file mode 100644
index 0000000000..1269ff46a7
--- /dev/null
+++ b/recipes/xorg-lib/pixman_0.9.6.bb
@@ -0,0 +1,14 @@
+SECTION = "libs"
+PRIORITY = "optional"
+DESCRIPTION = "Low-level pixel manipulation library."
+LICENSE = "X11"
+
+SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz"
+S = "${WORKDIR}/pixman-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}
+