mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
xorg-server; fix typo in autoconfig-ati patch.
This commit is contained in:
parent
8769380f93
commit
c7f155b513
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Prefer the AMD Catalyst "fglrx" driver if found.
|
||||||
+ {
|
+ {
|
||||||
+ int idx = 0;
|
+ int idx = 0;
|
||||||
+
|
+
|
||||||
+ driverList[idx++] = "fglrx"
|
+ driverList[idx++] = "fglrx";
|
||||||
+ driverList[idx++] = "ati";
|
+ driverList[idx++] = "ati";
|
||||||
break;
|
break;
|
||||||
+ }
|
+ }
|
||||||
|
|
Loading…
Add table
Reference in a new issue