Bart van Strien
|
bd271ce5cb
Remove OpenGL as compile-time dependency on linux, SDL loads it at runtime (and also GLES, if applicable)
|
10 years ago |
Alex Szpakowski
|
be8b7dd504
glLoadIdentity isn't part of GLES2+ or core GL3+.
|
10 years ago |
Alex Szpakowski
|
eca8c17a69
Removed the DevIL backend from love.image. Replaced it with PNG and JPEG encoders/decoders via LodePNG, zlib, and libjpeg-turbo.
|
11 years ago |
Bart van Strien
|
a1158599ab
Use '=' instead of '==' for test command in configure scripts (fixes #866)
|
11 years ago |
Bart van Strien
|
d81eae8889
Scripts now automatically recompile on change on linux, auto.lua normalizes input names a bit more
|
11 years ago |
Bart van Strien
|
6eb0544bbc
Use new error message macro in configure, use luajit by default, switch to pkg-config for as much as possible
|
11 years ago |
Bart van Strien
|
5b66cd2290
Make configure output some files in the debian folder as well, substituting the (optional) suffix where needed, also add pkg-config dependency
|
11 years ago |
Bart van Strien
|
3d82eecc08
Apply the love-experiment moduleselect branch
|
11 years ago |
Jordy Dickinson
|
86f3ee4775
Fixed build errors with custom SDL location (resolves issue 774)
|
11 years ago |
Bart van Strien
|
375cbd4003
Make autoconf detect and enable c++11 support in compilers
|
12 years ago |
Bart van Strien
|
d598549980
Make the configure script look for SDL2
|
12 years ago |
Bart van Strien
|
f5603b0291
Make love compile against lua5.2
|
12 years ago |
Martin Felis
|
14ca401158
Add enet and lua-enet
|
12 years ago |
Bart van Strien
|
c99fb2fb99
Fix --disable-mpg123 by telling automake to not compile it, instead of using ifdefs
|
12 years ago |
Bart van Strien
|
6bc4f7a34e
Revision 1500 s/''/'/ on configure.ac, how fitting
|
12 years ago |
Bart van Strien
|
d8dfd62035
Rework configure.ac, clean up platform/unix
|
12 years ago |
Michał Górny
|
53408e3768
Install file associations and icons using autotools (issue #605)
|
12 years ago |
Bart van Strien
|
c4133f2489
(Hopefully) fix some issues with older version of autotools
|
13 years ago |