libtxc_dxtn: Don't use libGLU_combined

This commit is contained in:
adisbladis 2019-11-07 16:36:47 +00:00
parent 2de37c4698
commit 46ff2efc72
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook, libGLU_combined }:
{ stdenv, fetchurl, autoreconfHook, libGL, libGLU }:
let version = "1.0.1"; in
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ libGLU_combined ];
buildInputs = [ libGL libGLU ];
meta = with stdenv.lib; {
homepage = http://dri.freedesktop.org/wiki/S3TC;