diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 12:53:31 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 20:41:26 +0200 |
commit | 9c930778b794878cc38f786141946147cf24c818 (patch) | |
tree | 5c3270ab5bb0a15d202ab851691bd8fbeab3f391 /meta-gnome/recipes-gnome/gdm | |
parent | 1a43602ca8c525a5ffa7ae05bdba54d6b2196f4e (diff) | |
download | meta-openembedded-9c930778b794878cc38f786141946147cf24c818.tar.gz |
gdm 2.32.2: add more utils to RRECOMMENDS
GDM calls these from init/Default, so drag them in as RRECOMMENDS
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gdm')
-rw-r--r-- | meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb index e7c88630d..42e107561 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
4 | 4 | ||
5 | DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb" | 5 | DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb" |
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | inherit gnome update-rc.d | 9 | inherit gnome update-rc.d |
10 | 10 | ||
@@ -75,7 +75,7 @@ FILES_${PN} += "${datadir}/icon* \ | |||
75 | RDEPENDS_${PN} += "grep dbus-x11 shadow" | 75 | RDEPENDS_${PN} += "grep dbus-x11 shadow" |
76 | # "libpam-base-files" | 76 | # "libpam-base-files" |
77 | CONFFILES_${PN} += "${sysconfdir}/gdm/gdm.conf ${sysconfdir}/init.d/gdm" | 77 | CONFFILES_${PN} += "${sysconfdir}/gdm/gdm.conf ${sysconfdir}/init.d/gdm" |
78 | RRECOMMENDS_${PN} += "metacity gnome-session polkit-gnome consolekit" | 78 | RRECOMMENDS_${PN} += "desktop-file-utils glib-2.0-utils metacity gnome-session polkit-gnome consolekit" |
79 | 79 | ||
80 | INITSCRIPT_NAME = "gdm" | 80 | INITSCRIPT_NAME = "gdm" |
81 | INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." | 81 | INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." |