aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-proto/xproto_6.6.2.bb
blob: 1f01c0979adf79011aa95e987dd514c429665fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SECTION = "x11/libs"
LICENSE= "MIT"
DESCRIPTION = "X protocol and ancillary headers."

SRC_URI = "${XLIBS_MIRROR}/xproto-${PV}.tar.gz"
S = "${WORKDIR}/xproto-${PV}"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}