generic-poky/meta/packages/xcb/xcb-proto-native_git.bb
Marcin Juszkiewicz f57ecf39b1 xcb-proto-native: added to get libxcb buildable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5496 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-14 11:15:23 +00:00

16 lines
246 B
BlitzBasic

DEFAULT_PREFERENCE = "-1"
include xcb-proto.inc
PV = "1.2+gitr${SRCREV}"
DEPENDS += "python-native"
inherit native
SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
S = "${WORKDIR}/git"
do_stage() {
autotools_stage_all
}