libtxc_dxtn: Don't use libGLU_combined
This commit is contained in:
parent
2de37c4698
commit
46ff2efc72
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, autoreconfHook, libGLU_combined }:
|
{ stdenv, fetchurl, autoreconfHook, libGL, libGLU }:
|
||||||
|
|
||||||
let version = "1.0.1"; in
|
let version = "1.0.1"; in
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
buildInputs = [ libGLU_combined ];
|
buildInputs = [ libGL libGLU ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://dri.freedesktop.org/wiki/S3TC;
|
homepage = http://dri.freedesktop.org/wiki/S3TC;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user