blob: 5ea6f645ead051ba912bacfca04b9fd04bf51018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
LICENSE = "MIT"
PV = "0.0cvs${CVSDATE}"
SECTION = "libs"
DEPENDS = "x11 xext"
DESCRIPTION = "X print extension library."
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xp"
S = "${WORKDIR}/Xp"
inherit autotools pkgconfig
CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions"
|