aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libpixman/libpixman_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libpixman/libpixman_cvs.bb')
-rw-r--r--recipes/libpixman/libpixman_cvs.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libpixman/libpixman_cvs.bb b/recipes/libpixman/libpixman_cvs.bb
new file mode 100644
index 0000000000..a75a284bca
--- /dev/null
+++ b/recipes/libpixman/libpixman_cvs.bb
@@ -0,0 +1,16 @@
+PV = "0.0+cvs${SRCDATE}"
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11"
+DESCRIPTION = "Cairo support library"
+LICENSE = "X11"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libpixman"
+S = "${WORKDIR}/libpixman"
+
+DEFAULT_PREFERENCE = "-1"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}