mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 19:32:30 +00:00
xserver-xf86-config: netbook - merge the two ServerFlags sections
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>
This commit is contained in:
parent
71bf22d9db
commit
e4d743e0da
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user