diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-11-08 09:51:05 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-11-08 09:55:50 +0100 |
commit | 84021f342992ec5f0e4383c80da942f60a34dcb3 (patch) | |
tree | 3aa8b30905a1b729fabf4d31e3cfd3b6d4737259 /lib/Xconfig/test.pm | |
parent | 4e73282f24a27d6a1d443c4ce0bae1adfc88d2a4 (diff) | |
download | drakx-kbd-mouse-x11-84021f342992ec5f0e4383c80da942f60a34dcb3.tar drakx-kbd-mouse-x11-84021f342992ec5f0e4383c80da942f60a34dcb3.tar.gz drakx-kbd-mouse-x11-84021f342992ec5f0e4383c80da942f60a34dcb3.tar.bz2 drakx-kbd-mouse-x11-84021f342992ec5f0e4383c80da942f60a34dcb3.tar.xz drakx-kbd-mouse-x11-84021f342992ec5f0e4383c80da942f60a34dcb3.zip |
-noAutoAddDevices is no more supported by xserver
Diffstat (limited to 'lib/Xconfig/test.pm')
-rw-r--r-- | lib/Xconfig/test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/test.pm b/lib/Xconfig/test.pm index a09e48e..ad8fe02 100644 --- a/lib/Xconfig/test.pm +++ b/lib/Xconfig/test.pm @@ -53,7 +53,7 @@ sub test { system("xauth add :9 . `mcookie`"); open STDERR, ">$f_err"; chroot $::prefix if $::prefix; - exec 'Xorg', '-noAutoAddDevices', '-xf86config', $f, ":9" or c::_exit(0); + exec 'Xorg', '-xf86config', $f, ":9" or c::_exit(0); } do { sleep 1 } until xtest(":9") || waitpid($pid, c::WNOHANG()); |