blob: 78ce5a29b773ae27b7f119f5cf313172dd35a786 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PR = "r3"
inherit gpe pkgconfig
DEPENDS = "apmd virtual/xserver xextensions x11 xau xscrnsaverh libxss"
SECTION = "x11/base"
RDEPENDS = "apm"
DESCRIPTION = "Automatic sleep/suspend control daemon"
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
#CPPFLAGS_append += " -DDEBUG"
#CFLAGS_append += " -DDEBUG"
|