summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf2
-rw-r--r--meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf2
-rw-r--r--meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb1
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf b/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
index da7f37cebe..5d7bc6d9b2 100644
--- a/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
+++ b/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
@@ -68,7 +68,7 @@ Section "ServerLayout"
68 Screen "Default Screen" 68 Screen "Default Screen"
69 InputDevice "Generic Keyboard" 69 InputDevice "Generic Keyboard"
70 InputDevice "Configured Mouse" 70 InputDevice "Configured Mouse"
71 71 Option "AllowEmptyInput" "no"
72# Uncomment if you have a wacom tablet 72# Uncomment if you have a wacom tablet
73 InputDevice "stylus" "SendCoreEvents" 73 InputDevice "stylus" "SendCoreEvents"
74# InputDevice "cursor" "SendCoreEvents" 74# InputDevice "cursor" "SendCoreEvents"
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf b/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf
index 44a530e0f9..5e5a79b6f3 100644
--- a/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf
+++ b/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf
@@ -77,7 +77,7 @@ Section "ServerLayout"
77 Screen "Default Screen" 77 Screen "Default Screen"
78 InputDevice "Generic Keyboard" 78 InputDevice "Generic Keyboard"
79 InputDevice "Configured Mouse" 79 InputDevice "Configured Mouse"
80 80 Option "AllowEmptyInput" "no"
81# Uncomment if you have a wacom tablet 81# Uncomment if you have a wacom tablet
82# InputDevice "stylus" "SendCoreEvents" 82# InputDevice "stylus" "SendCoreEvents"
83# InputDevice "cursor" "SendCoreEvents" 83# InputDevice "cursor" "SendCoreEvents"
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb b/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb
index db2f199125..e6f0c4df2e 100644
--- a/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb
+++ b/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "X.Org X server configuration file"
2HOMEPAGE = "http://www.x.org" 2HOMEPAGE = "http://www.x.org"
3SECTION = "x11/base" 3SECTION = "x11/base"
4LICENSE = "MIT-X" 4LICENSE = "MIT-X"
5PR = "r1"
5 6
6SRC_URI = "file://xorg.conf" 7SRC_URI = "file://xorg.conf"
7 8