blob: 1029cc3de83877b05e3e6d013a6a7b596822c123 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
}
|