xserver.s3tcSupport: fix typo, improve description.
This commit is contained in:
parent
3af6415ab8
commit
4732f59226
@ -232,8 +232,11 @@ in
|
|||||||
s3tcSupport = mkOption {
|
s3tcSupport = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Make S2TC via libtxc_dxtn available to OpenGL drivers. Using
|
Make S3TC(S3 Texture Compression) via libtxc_dxtn available
|
||||||
this library may require a patent license depending on your location.
|
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…
x
Reference in New Issue
Block a user