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