mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
gdm 2.30.2: add more to RRECOMMENDS, no login window without it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -2,14 +2,12 @@ DESCRIPTION = "Graphical login manager"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|
||||||
|
PR = "r2"
|
||||||
|
|
||||||
DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
|
DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
|
||||||
|
|
||||||
inherit gnome update-rc.d
|
inherit gnome update-rc.d
|
||||||
|
|
||||||
RDEPENDS_${PN} += "grep dbus-x11 shadow"
|
|
||||||
|
|
||||||
# "libpam-base-files"
|
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
file://cross-xdetection.diff \
|
file://cross-xdetection.diff \
|
||||||
file://%gconf-tree.xml \
|
file://%gconf-tree.xml \
|
||||||
@@ -50,7 +48,10 @@ FILES_${PN} += "${datadir}/icon* \
|
|||||||
${datadir}/xsession* \
|
${datadir}/xsession* \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "grep dbus-x11 shadow"
|
||||||
|
# "libpam-base-files"
|
||||||
CONFFILES_${PN} += "${sysconfdir}/gdm/gdm.conf ${sysconfdir}/init.d/gdm"
|
CONFFILES_${PN} += "${sysconfdir}/gdm/gdm.conf ${sysconfdir}/init.d/gdm"
|
||||||
|
RRECOMMENDS_${PN} += "gnome-session polkit-gnome consolekit"
|
||||||
|
|
||||||
INITSCRIPT_NAME = "gdm"
|
INITSCRIPT_NAME = "gdm"
|
||||||
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
|
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
|
||||||
|
|||||||
Reference in New Issue
Block a user