libtxc_dxtn_s2tc: Don't use libGLU_combined
This commit is contained in:
parent
46ff2efc72
commit
1dc80934f0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, autoreconfHook, libGLU_combined }:
|
||||
{ stdenv, fetchurl, autoreconfHook, libGL, libGLU }:
|
||||
|
||||
let version = "1.0"; in
|
||||
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ libGLU_combined ];
|
||||
buildInputs = [ libGL libGLU ];
|
||||
|
||||
meta = {
|
||||
description = "A patent-free S3TC compatible implementation";
|
||||
|
|
Loading…
Reference in a new issue