From 84021f342992ec5f0e4383c80da942f60a34dcb3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 8 Nov 2016 09:51:05 +0100 Subject: -noAutoAddDevices is no more supported by xserver --- lib/Xconfig/test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig/test.pm') 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()); -- cgit v1.2.1