aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-login/gpe-login_svn.bb
blob: 9af539bad32f052fb83863f1382ec78e43c9c071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "GPE user login screen"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
RDEPENDS = "xkbd"
RPROVIDES_${PN} = "gpe-session-starter"
PV = "0.90+svn${SRCDATE}"

inherit autotools

SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"

SRC_URI = "${GPE_SVN} \
	   file://removeblue-fontsize8.patch;patch=1"

S = "${WORKDIR}/${PN}"

DEFAULT_PREFERENCE = "-1"