blob: 2c3970734ec61987892ef4195a6a24d539420be7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require xorg-proto-common.inc
DESCRIPTION = "X protocol headers"
SECTION = "x11/libs"
LICENSE = "MIT-X"
PE = "1"
XORG_PN = "fontcacheproto"
S = "${WORKDIR}/fontcacheproto-${PV}"
inherit native autotools pkgconfig
|