mesa WIP: fix bad symlinking, thanks to jack_c on IRC
This commit is contained in:
parent
a649bbea4e
commit
a13d1c3363
|
@ -478,8 +478,9 @@ in
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
rm -f /run/opengl-driver
|
rm -f /run/opengl-driver{,-32}
|
||||||
ln -sf opengl-driver /run/opengl-driver-32
|
${optionalString (!cfg.driSupport32Bit) "ln -sf opengl-driver /run/opengl-driver-32"}
|
||||||
|
|
||||||
${# !!! The OpenGL driver depends on what's detected at runtime.
|
${# !!! The OpenGL driver depends on what's detected at runtime.
|
||||||
if elem "nvidia" driverNames then
|
if elem "nvidia" driverNames then
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in New Issue