diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-01-25 22:26:22 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-27 22:35:43 +0100 |
commit | 34c0e505e54d28d775c0fb6cd5695b27302defd9 (patch) | |
tree | 81c5a6d72c24498a6bbab2268d6bbe7bcd0a4803 /meta-oe/recipes-graphics | |
parent | f7cf917f3655275b51abff9c6e1b3a734e91dc82 (diff) | |
download | meta-openembedded-34c0e505e54d28d775c0fb6cd5695b27302defd9.tar.gz |
lxdm: disable screensaver by default when starting X
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb index 3308e264d..be83146b0 100644 --- a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb +++ b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb | |||
@@ -15,7 +15,7 @@ LXDM_PAM = "${@base_contains("DISTRO_TYPE", "debug", "lxdm-pam-debug", "lxdm-pam | |||
15 | SRCREV = "65e7cc8fdc150c2b925eb348ce82de17dee5eb0b" | 15 | SRCREV = "65e7cc8fdc150c2b925eb348ce82de17dee5eb0b" |
16 | PV = "0.4.2+git${SRCPV}" | 16 | PV = "0.4.2+git${SRCPV}" |
17 | PE = "1" | 17 | PE = "1" |
18 | PR = "r2" | 18 | PR = "r3" |
19 | 19 | ||
20 | DEPENDS = "cairo consolekit dbus gdk-pixbuf glib-2.0 gtk+ virtual/libx11 libxcb pango" | 20 | DEPENDS = "cairo consolekit dbus gdk-pixbuf glib-2.0 gtk+ virtual/libx11 libxcb pango" |
21 | 21 | ||
@@ -30,9 +30,10 @@ SYSTEMD_UNITDIR ??= "no" | |||
30 | EXTRA_OECONF = "--with-systemdsystemunitdir=${SYSTEMD_UNITDIR}" | 30 | EXTRA_OECONF = "--with-systemdsystemunitdir=${SYSTEMD_UNITDIR}" |
31 | 31 | ||
32 | do_compile_append() { | 32 | do_compile_append() { |
33 | # default background configured not available / no password field available | 33 | # default background configured not available / no password field available / no default screensaver |
34 | sed -i -e 's,bg=,# bg=,g' \ | 34 | sed -i -e 's,bg=,# bg=,g' \ |
35 | -e 's,# skip_password=,skip_password=,g' \ | 35 | -e 's,# skip_password=,skip_password=,g' \ |
36 | -e 's,# arg=.*,arg=${bindir}/X -s 0,g' \ | ||
36 | ${S}/data/lxdm.conf.in | 37 | ${S}/data/lxdm.conf.in |
37 | # add default configuration | 38 | # add default configuration |
38 | oe_runmake -C ${S}/data lxdm.conf | 39 | oe_runmake -C ${S}/data lxdm.conf |