aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libpixman/libpixman_0.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libpixman/libpixman_0.10.0.bb')
-rw-r--r--recipes/libpixman/libpixman_0.10.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/libpixman/libpixman_0.10.0.bb b/recipes/libpixman/libpixman_0.10.0.bb
new file mode 100644
index 0000000000..fba7dc9152
--- /dev/null
+++ b/recipes/libpixman/libpixman_0.10.0.bb
@@ -0,0 +1,13 @@
+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
+}
+