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