desmume: fix mesa+osmesa

It builds fine, but some better testing should be done before merging.
This commit is contained in:
Vladimír Čunát 2017-04-16 11:21:28 +02:00
parent 9ee2143912
commit 7644651e62
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -5,7 +5,7 @@
, agg, alsaLib, soundtouch, openal
, desktop_file_utils
, gtk2, gtkglext, libglade, pangox_compat
, mesa, mesa_glu, libpcap, SDL, zziplib }:
, mesa_glu, libpcap, SDL, zziplib }:
with stdenv.lib;
stdenv.mkDerivation rec {
@ -21,10 +21,9 @@ stdenv.mkDerivation rec {
buildInputs =
[ pkgconfig libtool intltool libXmu lua agg alsaLib soundtouch
openal desktop_file_utils gtk2 gtkglext libglade pangox_compat
mesa mesa_glu libpcap SDL zziplib ];
mesa_glu libpcap SDL zziplib ];
configureFlags = [
"--disable-osmesa" # Failing on compile step
"--disable-glade" # Failing on compile step
"--enable-openal"
"--enable-glx"
@ -46,4 +45,4 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
};
}
# TODO: investigate osmesa and glade
# TODO: investigate glade