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