blob: 26b6ce7d017bc698757fc4098fa7f4f879d0b42f (
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 = "r0"
SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
S = "${WORKDIR}/git/xcb-proto"
do_stage() {
autotools_stage_all
}
|