aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb/libxcb_git.bb
blob: cf728e781760711c74362255f33a78c6ed5bf30e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DEFAULT_PREFERENCE = "-1"

include libxcb.inc
SRCREV = "a63fbc9d6c484e5ad7a5e9d56f81b8e1a2f38a82"
PV = "1.6+git"
PR = "r0"

DEPENDS += "libpthread-stubs"

SRC_URI = "git://anongit.freedesktop.org/xcb/libxcb;protocol=git \
	   file://configure_git.patch "
S = "${WORKDIR}/git"

PACKAGES =+ "libxcb-xinerama"