]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-config: Set AllowEmptyInput to no fixing chaned defaults in modern xservers
authorRichard Purdie <richard@ted.(none)>
Thu, 4 Jun 2009 18:41:32 +0000 (19:41 +0100)
committerRichard Purdie <richard@ted.(none)>
Thu, 4 Jun 2009 18:41:32 +0000 (19:41 +0100)
Signed-off-by: Richard Purdie <richard@ted.(none)>
meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf
meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb

index da7f37cebe4bb4844dd012412e37a89e9b3efc7b..5d7bc6d9b261dfd568b0aad959fe74ebc37c6341 100644 (file)
@@ -68,7 +68,7 @@ Section "ServerLayout"
     Screen        "Default Screen"
     InputDevice    "Generic Keyboard"
     InputDevice    "Configured Mouse"
-
+    Option         "AllowEmptyInput" "no"
 # Uncomment if you have a wacom tablet
     InputDevice     "stylus"    "SendCoreEvents"
 #    InputDevice     "cursor"    "SendCoreEvents"
index 44a530e0f97a5826939748e1808c01e3e5aa1263..5e5a79b6f343f0020283ed0adabe95a3e3619270 100644 (file)
@@ -77,7 +77,7 @@ Section "ServerLayout"
     Screen        "Default Screen"
     InputDevice    "Generic Keyboard"
     InputDevice    "Configured Mouse"
-
+    Option         "AllowEmptyInput" "no" 
 # Uncomment if you have a wacom tablet
 #    InputDevice     "stylus"    "SendCoreEvents"
 #    InputDevice     "cursor"    "SendCoreEvents"
index db2f1991251922fc38a41730b5eccc424f5867b7..e6f0c4df2e0b72bbedfe95ff9eb7b8ff21210e4f 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "X.Org X server configuration file"
 HOMEPAGE = "http://www.x.org"
 SECTION = "x11/base"
 LICENSE = "MIT-X"
+PR = "r1"
 
 SRC_URI = "file://xorg.conf"