blob: 40c21ebd74605ec68d7b6d7df45e37f43496b28d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PV = "0.0+git${SRCDATE}"
SECTION = "x11/libs"
LICENSE = "BSD-X"
DESCRIPTION = "XCalibrate extension headers"
SRC_URI = "git://anongit.freedesktop.org/xorg/proto/calibrateproto;protocol=git"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|