aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-dm/gpe-dm_0.50.bb
blob: d9ac68c257d1eb8a930343c3c1dcb7a6cdf46cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "GPE Display Manager"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "glib-2.0 xserver-common"
RDEPENDS_${PN} += "procps xserver-common"

GPE_TARBALL_SUFFIX ?= "bz2"

inherit gpe autotools update-rc.d

INITSCRIPT_NAME = "gpe-dm"
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."