diff options
author | Trevor Woerner <twoerner@gmail.com> | 2017-03-25 01:19:47 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-27 08:15:06 +0100 |
commit | 1e3f04f86aac7f547b10c187f82983fa3137be55 (patch) | |
tree | f125d5274991c478bdd54027d8acb8932bc47ad0 /meta/recipes-graphics/x11-common/xserver-nodm-init | |
parent | d9f293892174ffb8a7c3e3dc23e58f4ba1b09ee4 (diff) | |
download | poky-1e3f04f86aac7f547b10c187f82983fa3137be55.tar.gz |
xserver-nodm-init: option to remove cursor
Add a PACKAGECONFIG option to allow the user to disable the mouse
cursor/pointer in the X server. This might be useful where a
touchscreen is used.
(From OE-Core rev: 680940250c9a1c7b43229c5e4f4fed5cc3e31033)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/x11-common/xserver-nodm-init')
-rw-r--r-- | meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in index 757c23d95a..4a9670d8d2 100644 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in | |||
@@ -2,6 +2,6 @@ | |||
2 | 2 | ||
3 | XSERVER=/usr/bin/Xorg | 3 | XSERVER=/usr/bin/Xorg |
4 | DISPLAY=:0 | 4 | DISPLAY=:0 |
5 | ARGS=" -br -pn @BLANK_ARGS@ " | 5 | ARGS=" -br -pn @BLANK_ARGS@ @NO_CURSOR_ARG@ " |
6 | HOME=@HOME@ | 6 | HOME=@HOME@ |
7 | USER=@USER@ | 7 | USER=@USER@ |