Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / recipes / xcb / libxcb_git.bb
1 DEFAULT_PREFERENCE = "-1"
2
3 include libxcb.inc
4 PV = "1.0+git"
5 PR = "r0"
6
7 DEPENDS += "libpthread-stubs"
8
9 SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
10 S = "${WORKDIR}/git/xcb"
11
12 PACKAGES =+ "libxcb-xinerama"