generic-poky/meta/packages/xcb/libxcb_git.bb
Marcin Juszkiewicz 8159255a73 libxcb: added GIT version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5494 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-14 11:15:02 +00:00

12 lines
247 B
BlitzBasic

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"