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