blob: 9f5296f01621fea70c33263d2dfc91e7f9d77d98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "GPL"
inherit gpe update-rc.d
DESCRIPTION = "GPE Display Manager"
SECTION = "gpe"
PRIORITY = "optional"
DEPENDS = "glib-2.0 xserver-common"
RDEPENDS_${PN} += "procps xserver-common"
FILE_PR = "r3"
INITSCRIPT_NAME = "gpe-dm"
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
|