SDL{,2}: support building for android

This should be picking up the OpenGL ES headers provided by the NDK.
More testing is needed.
This commit is contained in:
Matthew Bauer
2019-02-24 17:00:48 -05:00
parent 76474b2da7
commit d665b8ccf3
4 changed files with 29 additions and 23 deletions
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = https://cgit.freedesktop.org/mesa/glu/;
license = stdenv.lib.licenses.sgi-b-20;
platforms = stdenv.lib.platforms.unix;
broken = stdenv.hostPlatform.isAndroid;
};
}