Files
poky/meta/packages/xcb/xcb-proto_git.bb
Richard Purdie d7088809f0 xcb-proto: Fix -dev and -dbg dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5274 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-25 15:10:47 +00:00

14 lines
207 B
BlitzBasic

DEFAULT_PREFERENCE = "-1"
include xcb-proto.inc
PV = "1.0+git"
PR = "r1"
SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
S = "${WORKDIR}/git/xcb-proto"
do_stage() {
autotools_stage_all
}