Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 4 (100.0%) | 176 (100.0%) | 44.0 |
gtk-v2/win32/ | 1 (25.0%) | 171 (97.2%) | 171.0 |
/ | 1 (25.0%) | 3 (1.7%) | 3.0 |
gtk-v2/src/ | 2 (50.0%) | 2 (1.1%) | 1.0 |
Remove dependency on X for OpenGL - there is generally not X in Win32, and if a Linux/Unix system is trying to configure and it doesn't have X then there are bigger problems with that build than whether or not OpenGL is enabled.
Also put the addition of X libs behind a test for have_x. Automatically adding X libs breaks MinGW builds.
3 lines of code changed in 1 file:
Updated for current (1.70 + Trunk) clients and most recent versions of GTK+. Mentions all-in-one dependencies that have been prepared and are available for download at:
http://icculus.org/~kfitzner/misc/MinGWCrossfireDependenciesV1.70.1.zip
171 lines of code changed in 1 file:
Add @GTK_CFLAGS@ to AM_CFLAGS. Should have little effect in Linux/Unix where GTK include files will be in standard places anyway. In Windows under MinGW (and any other system where the include files are in a non-standard location) it will be required.
1 lines of code changed in 1 file:
Update deprecated MINGW macro to __MINGW32__
1 lines of code changed in 1 file: