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