]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-config: netbook - merge the two ServerFlags sections
authorJeff Dike <jdike@x86_64.user-mode-linux.org>
Fri, 30 Jul 2010 04:07:56 +0000 (00:07 -0400)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 30 Jul 2010 13:50:31 +0000 (14:50 +0100)
A previous commit added AutoAddDevices as a separate ServerFlags
section. This is apparently overridden by the one at the end of the
file, so they need to be merged.

[BUGID #141]

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
meta/packages/xorg-xserver/xserver-xf86-config/netbook/xorg.conf

index 897a1d6fefa7704d6076693466ef5da33efa3710..e18b9111991cc15992afd24f7e463dd361bce161 100644 (file)
@@ -1,7 +1,3 @@
-Section "ServerFlags"
-    Option "AutoAddDevices" "False"
-EndSection
-
 Section "Device"
     Identifier    "Intel Graphics Driver"
     Driver        "intel"
@@ -26,4 +22,5 @@ EndSection
 
 Section "ServerFlags"
     Option        "DontZap"  "0"
+    Option       "AutoAddDevices" "False"
 EndSection