aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb/libxcb_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xcb/libxcb_git.bb')
-rw-r--r--recipes/xcb/libxcb_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/xcb/libxcb_git.bb b/recipes/xcb/libxcb_git.bb
index cb7326efa0..770c18f179 100644
--- a/recipes/xcb/libxcb_git.bb
+++ b/recipes/xcb/libxcb_git.bb
@@ -1,12 +1,13 @@
DEFAULT_PREFERENCE = "-1"
include libxcb.inc
-PV = "1.0+git"
+SRCREV = "a63fbc9d6c484e5ad7a5e9d56f81b8e1a2f38a82"
+PV = "1.6+git"
PR = "r0"
DEPENDS += "libpthread-stubs"
-SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
-S = "${WORKDIR}/git/xcb"
+SRC_URI = "git://anongit.freedesktop.org/xcb/libxcb;protocol=git"
+S = "${WORKDIR}/git"
PACKAGES =+ "libxcb-xinerama"