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