diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-12-23 13:02:39 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-27 16:14:22 +0100 |
commit | 90cb51b98e7bd89f0abb14b39da352c821062b63 (patch) | |
tree | acfd970ef619538a85df77bda4b097ba1cdb00d2 | |
parent | 2f5134b98d6897462f2f876a8adfc0680693d773 (diff) | |
download | meta-openembedded-90cb51b98e7bd89f0abb14b39da352c821062b63.tar.gz |
lxdm: disable keyboard selection
Keyboard selection with lxdm is not very helpful:
* new keyboard connected get US layout independent of selection
* the selection is not persistent and has to be made on every login
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb index f3d4effa7..3308e264d 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 = "r1" | 18 | PR = "r2" |
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 | ||
@@ -33,7 +33,6 @@ do_compile_append() { | |||
33 | # default background configured not available / no password field available | 33 | # default background configured not available / no password field available |
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,keyboard=0,keyboard=1,g' \ | ||
37 | ${S}/data/lxdm.conf.in | 36 | ${S}/data/lxdm.conf.in |
38 | # add default configuration | 37 | # add default configuration |
39 | oe_runmake -C ${S}/data lxdm.conf | 38 | oe_runmake -C ${S}/data lxdm.conf |