summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/libxcb_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xcb/libxcb_git.bb')
-rw-r--r--meta/recipes-graphics/xcb/libxcb_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb_git.bb b/meta/recipes-graphics/xcb/libxcb_git.bb
new file mode 100644
index 0000000000..b9ac073410
--- /dev/null
+++ b/meta/recipes-graphics/xcb/libxcb_git.bb
@@ -0,0 +1,11 @@
+DEFAULT_PREFERENCE = "-1"
+
+include libxcb.inc
+PV = "1.1.90.1+gitr${SRCREV}"
+
+DEPENDS += "libpthread-stubs xcb-proto-native"
+
+SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git"
+S = "${WORKDIR}/git"
+
+PACKAGES =+ "libxcb-xinerama"