blob: 25ee5d41e4debe38fa0dd39a4f3c23cff2b72f3b (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "X protocol headers"
SECTION = "x11/libs"
LICENSE= "MIT-X"
SRC_URI = "${XORG_MIRROR}/X11R7.0/src/protto/xextproto-${PV}.tar.bz2"
S = "${WORKDIR}/xextproto-${PV}"
inherit native autotools pkgconfig
#PROVIDES = "xextensions-native"
|