xserver.s3tcSupport: fix typo, improve description.
This commit is contained in:
parent
3af6415ab8
commit
4732f59226
@ -232,8 +232,11 @@ in
|
||||
s3tcSupport = mkOption {
|
||||
default = false;
|
||||
description = ''
|
||||
Make S2TC via libtxc_dxtn available to OpenGL drivers. Using
|
||||
this library may require a patent license depending on your location.
|
||||
Make S3TC(S3 Texture Compression) via libtxc_dxtn available
|
||||
to OpenGL drivers. It is essential for many games to work
|
||||
with FOSS GPU drivers.
|
||||
|
||||
Using this library may require a patent license depending on your location.
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user