aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libpixman/libpixman_0.1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libpixman/libpixman_0.1.6.bb')
-rw-r--r--recipes/libpixman/libpixman_0.1.6.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/libpixman/libpixman_0.1.6.bb b/recipes/libpixman/libpixman_0.1.6.bb
new file mode 100644
index 0000000000..bf23947fc1
--- /dev/null
+++ b/recipes/libpixman/libpixman_0.1.6.bb
@@ -0,0 +1,12 @@
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11"
+DESCRIPTION = "Cairo support library"
+LICENSE = "X11"
+SRC_URI = "http://cairographics.org/snapshots/libpixman-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}