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