diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gdm/gdm_2.30.0.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gdm/gdm_2.30.0.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_2.30.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_2.30.0.bb index 2e9d93417..17a4c1406 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_2.30.0.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_2.30.0.bb | |||
@@ -2,14 +2,12 @@ DESCRIPTION = "Graphical login manager" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
4 | 4 | ||
5 | PR = "r2" | ||
6 | |||
5 | DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb" | 7 | DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb" |
6 | 8 | ||
7 | inherit gnome update-rc.d | 9 | inherit gnome update-rc.d |
8 | 10 | ||
9 | RDEPENDS_${PN} += "grep dbus-x11 shadow" | ||
10 | |||
11 | # "libpam-base-files" | ||
12 | |||
13 | SRC_URI += " \ | 11 | SRC_URI += " \ |
14 | file://cross-xdetection.diff \ | 12 | file://cross-xdetection.diff \ |
15 | file://%gconf-tree.xml \ | 13 | file://%gconf-tree.xml \ |
@@ -50,7 +48,10 @@ FILES_${PN} += "${datadir}/icon* \ | |||
50 | ${datadir}/xsession* \ | 48 | ${datadir}/xsession* \ |
51 | " | 49 | " |
52 | 50 | ||
51 | RDEPENDS_${PN} += "grep dbus-x11 shadow" | ||
52 | # "libpam-base-files" | ||
53 | CONFFILES_${PN} += "${sysconfdir}/gdm/gdm.conf ${sysconfdir}/init.d/gdm" | 53 | CONFFILES_${PN} += "${sysconfdir}/gdm/gdm.conf ${sysconfdir}/init.d/gdm" |
54 | RRECOMMENDS_${PN} += "gnome-session polkit-gnome consolekit" | ||
54 | 55 | ||
55 | INITSCRIPT_NAME = "gdm" | 56 | INITSCRIPT_NAME = "gdm" |
56 | INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." | 57 | INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." |