aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb/xcb-demo_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xcb/xcb-demo_git.bb')
-rw-r--r--recipes/xcb/xcb-demo_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/xcb/xcb-demo_git.bb b/recipes/xcb/xcb-demo_git.bb
new file mode 100644
index 0000000000..469f5f9042
--- /dev/null
+++ b/recipes/xcb/xcb-demo_git.bb
@@ -0,0 +1,15 @@
+DEFAULT_PREFERENCE = "-1"
+
+DESCRIPTION = "XCB: an X protocol C binding"
+SECTION = "x11"
+LICENSE = "MIT-X"
+HOMEPAGE = "http://xcb.freedesktop.org"
+PV = "0.1+git"
+PR = "r0"
+
+DEPENDS = "libxcb xcb-util"
+
+SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
+S = "${WORKDIR}/git/xcb-demo"
+
+inherit autotools pkgconfig