blob: f7883f32c0a26ec6a808519e424fb5a4f28fe6a3 (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "X protocol headers"
SECTION = "x11/libs"
LICENSE= "MIT-X"
PE = "1"
SRC_URI = "${XORG_MIRROR}/X11R7.0/src/proto/bigreqsproto-${PV}.tar.bz2"
S = "${WORKDIR}/bigreqsproto-${PV}"
inherit native autotools pkgconfig
|