blob: 7f1a54f4b1c80a1e75c52124426e90ab2eadce2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LICENSE = "GPL"
PR = "r3"
inherit gpe pkgconfig
DEPENDS = "apmd virtual/xserver xextensions virtual/libx11 libxau 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"
|