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
This commit is contained in:
Marcin Juszkiewicz 2008-10-14 11:15:23 +00:00
parent f732fed5ab
commit f57ecf39b1
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
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
}