blob: 50d6c5b2e9bac50bbb8668b8e73c394360bd7583 (
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"
|