summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11-common/xserver-nodm-init
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2017-03-25 01:19:47 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-27 08:15:06 +0100
commit1e3f04f86aac7f547b10c187f82983fa3137be55 (patch)
treef125d5274991c478bdd54027d8acb8932bc47ad0 /meta/recipes-graphics/x11-common/xserver-nodm-init
parentd9f293892174ffb8a7c3e3dc23e58f4ba1b09ee4 (diff)
downloadpoky-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.in2
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
3XSERVER=/usr/bin/Xorg 3XSERVER=/usr/bin/Xorg
4DISPLAY=:0 4DISPLAY=:0
5ARGS=" -br -pn @BLANK_ARGS@ " 5ARGS=" -br -pn @BLANK_ARGS@ @NO_CURSOR_ARG@ "
6HOME=@HOME@ 6HOME=@HOME@
7USER=@USER@ 7USER=@USER@