blob: 92dd4c82c43aadc6b523e978a4780c2c967d6efb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "X screen saver extension library."
SECTION = "libs"
#MAINTAINER = ""
LICENSE = "GPL"
DEPENDS = "libx11 libxext xextproto scrnsaverproto"
PROVIDES = "libxss"
RREPLACES = "libxss"
XORG_PN = "libXScrnSaver"
include xorg-xlibs.inc
#CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions"
EXTRA_OECONF="--enable-malloc0returnsnull"
|