blob: 5abc838e1b11aee9d0374b4217fab40784c3a0d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
LICENSE = "GPL"
inherit gpe
DESCRIPTION = "GPE user login screen"
SECTION = "gpe"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
RDEPENDS = "xkbd"
RPROVIDES = "gpe-session-starter"
PR = "r1"
SRC_URI += "file://user-own-collie-devs.patch;patch=1 \
file://pre-session-ramdisk.patch;patch=1"
|