Remy Marquis
53af5fd861
libs: also disable SDL2 VIDEO_WAYLAND flag
2020-03-20 15:01:14 +01:00
Remy Marquis
2e46ad0c09
libs: updated CMakeList for SDL2
2020-03-16 13:10:49 +01:00
zedar187
ee9e1b7c3d
CMakeLists: jpegturbo - remove unnecessary if for JPEG_BUNDLED_INCLUDE_DIR
2019-12-30 14:47:18 +01:00
Jacker
0c3445bf75
Merge remote-tracking branch 'origin/master'
2019-12-30 14:50:20 +02:00
zedar187
04a084073d
CMakeLists: jpegturbo - change OSX JPEG_BUNDLED_INCLUDE_DIR
2019-12-30 12:16:01 +01:00
zedar187
d077f3e936
CMakeLists: jpegturbo - add OSX deploment target version
2019-12-30 12:16:01 +01:00
Jacker
cfe1391a97
cmake: invalid VS_BUILD_BUILD variable
2019-12-29 20:57:31 +02:00
Remy Marquis
d2c5baf089
libs: minor cleanup
2019-12-25 23:29:35 +01:00
Remy Marquis
7aad903e47
libs: use common directives for jpegturbo
2019-12-25 23:29:35 +01:00
Remy Marquis
eaf77c9d5c
libs: use external project for libjpeg-turbo on windows
...
This reverts commit 9420644d36
.
2019-12-25 23:29:21 +01:00
Remy Marquis
9420644d36
Revert "libs: use external project for libjpeg-turbo on windows"
...
This reverts commit e3c405ef32
.
2019-12-25 17:24:06 +01:00
Remy Marquis
048c9f8bb9
libs: added missing FORCE_STATIC_VCRT OpenAL option for msvc
2019-12-25 15:56:58 +01:00
Remy Marquis
e3c405ef32
libs: use external project for libjpeg-turbo on windows
2019-12-22 22:45:00 +01:00
Remy Marquis
9360d30919
libs: added cmake directive for libpng support
2019-12-21 17:06:46 +01:00
Remy Marquis
27fb4629e4
libs: removed old and updated OpenAL cmake flags
2019-12-20 10:34:12 +01:00
Remy Marquis
1f6842919f
libs: updated to OpenSSL 1.1.1d
2019-12-19 17:25:15 +01:00
Remy Marquis
41ae8ab2c9
libs: removed never used jansson lib
2019-12-18 20:17:30 +01:00
Jacker
2221972d84
cmake osx updates
2019-11-02 23:23:33 +02:00
Jacker
4af62c84eb
force BUNDLED values off if the feature is off
2019-10-20 22:38:58 +03:00
Jere Sjöroos
d3a576d3af
ninja compatibility
2019-10-20 21:31:38 +03:00
techyian
c6b91498a8
libs: added Raspberry Pi SDL support
2019-06-28 10:41:29 +02:00
zedar187
297693edbc
libs: fixed Lua io.popen support on OSX
2019-06-20 22:15:16 +02:00
Remy Marquis
ba1bcd95ac
libs: fixed Lua io.popen support on Linux
...
Apparently that order is really important for Lua io.popen support.
Since MacOSX requires a different order to compile, this raises the
question of having complete Lua support on the OS X platform.
2019-06-16 11:56:56 +02:00
Remy Marquis
8f21ffdf01
libs: fixed curl build with nmake
2019-06-13 14:47:54 +02:00
zedar187
113370a0f5
libs: Changed make parameter order on bundled lua (OS X)
2019-04-18 20:21:25 +02:00
isRyven
a7a9f4b342
fix mod only building
2019-04-13 20:22:29 +02:00
IR4T4
f1afdb492c
Update CMakeLists.txt
...
Start adding openssl to project
2019-03-11 20:07:51 +01:00
IR4T4
9ca0542daa
Update CMakeLists.txt
...
lib: fix builds, notes
2019-03-03 14:33:03 +01:00
Remy Marquis
b97a27a045
Reverted last commit to fix Windows/MingW build
...
This reverts commit 8159d2b8a0
.
2019-03-03 12:53:49 +01:00
IR4T4
8159d2b8a0
Update CMakeLists.txt
...
Fix build. Use bundled openssl libs only when feature openssl is active
2019-01-30 12:21:19 +01:00
Remy Marquis
f04f846898
libs: fixed Lua popen support on unix
2019-01-05 16:17:08 +01:00
Remy Marquis
42de25d6ec
libs: updated for new BUILD_SHARED_LIBS curl option
...
See c892795ea3
2019-01-03 19:15:16 +01:00
Remy Marquis
265f19cdaf
libs: updated to OpenSSL 1.1.0j
2019-01-03 16:15:11 +01:00
Remy Marquis
f08a64904d
libs: disabled unneeded png support in FreeType
2018-12-19 16:48:49 +01:00
Remy Marquis
a0fc8e8d24
libs: removed buggy comma when setting SDL_WITh_GLES
2018-12-18 17:32:38 +01:00
IR4T4
e51c91f6f7
Update CMakeLists.txt
...
our curl lib does't require brotli
2018-12-06 11:35:46 +01:00
IR4T4
33f4b3cc5b
Update CMakeLists.txt
...
Fix freetype flags
2018-12-03 13:06:24 +01:00
IR4T4
1e4eebef75
fix C&P Virus
2018-10-31 14:41:44 +01:00
IR4T4
fc14e44030
Fix building SDL with -DVIDEO_OPENGLES=On for any build
2018-10-31 14:40:13 +01:00
Jacker
48d4d45a0e
more typo fixes
2018-10-30 20:44:34 +02:00
Jacker
11bc73e313
libs typo in the ssl names
2018-10-30 19:09:23 +02:00
IR4T4
2b30ebf5b4
Update CMakeLists.txt
...
sdl2: remove explicit flag -DVIDEO_OPENGLES=${FEATURE_RENDERER_GLES} - it's enabled by default
This fixes RPI builds with opengl renderer and not GLES
2018-10-05 09:50:56 +02:00
Remy Marquis
eb79a1c743
libs: fixed curl build with VStudio in Debug mode
2018-07-16 11:49:02 +02:00
Remy Marquis
81fb76e11d
libs: removed obsolete Lua compiler definition (win)
2018-02-28 09:18:19 +01:00
Remy Marquis
5120a313ab
libs: fixed curl build with MingW in debug mode
2018-02-09 12:55:13 +01:00
Remy Marquis
00a85d91ce
libs: disable patch step for vorbis
...
Attempt to fix bitchy travis
2018-02-07 10:51:39 +01:00
Remy Marquis
ce06caa9a9
libs: fixed ogg detection by vorbis
...
Attempt to fix bitchy travis
2018-02-07 10:39:23 +01:00
Remy Marquis
f591dcce0b
libs: fixed ogg patch step (unix)
2018-02-07 09:09:15 +01:00
Remy Marquis
2bfbc1bacb
libs: added patch step for libogg and libvorbis
2018-02-05 13:24:32 +01:00
Remy Marquis
aa1b4f32fb
libs: clean up CMakeLists.txt
2018-02-04 20:44:59 +01:00
Remy Marquis
50a596810d
libs: fixed cURL compilation on unix with libidn2
...
Curl switched to libidn2 in 7.51.0
2018-02-04 18:38:51 +01:00
Remy Marquis
5638f4b62d
libs: fixed SDL2 path with MingW in debug mode
2018-02-03 14:41:45 +01:00
Remy Marquis
5dc26f41c4
libs: removed unecessary cmake file call
2018-02-03 13:45:56 +01:00
Remy Marquis
c60c3ef4d5
libs: adjusted main CMakeList.txt for FreeType
2018-02-02 22:08:55 +01:00
Jacker
1667f1c246
added openssl and fixed the mingw sdl2 build
2017-11-20 19:24:16 +02:00
Jacker
1c6865b8d0
use external project on the bundled libs
2017-11-14 20:27:22 +02:00
Remy Marquis
b39b4258f6
libs: adjusted CMakeList for new nghttp2 cURL option
2017-07-01 16:52:29 +02:00
Remy Marquis
49323f368b
adjusted libs for partial project building
2017-02-03 22:05:55 +01:00
Remy Marquis
0c435cd3ad
fixed minizip with partial project building
2016-10-26 22:01:11 +02:00
Jacker
9c5e1d1d49
win: group projects
2016-09-29 16:28:25 +03:00
Remy Marquis
64d8804aaf
libs: fixed curl configure permission issue, refs #800
2016-09-16 13:19:06 +02:00
Remy Marquis
8ce68e4222
libs: updated CMakeList.txt for latest curl
2016-09-16 08:57:30 +02:00
Jacker
578c8aced6
only add the bundled libraries to the build if we actually need them
2016-09-13 15:01:38 +03:00
Jacker
78782033b3
enbaled sdl2 main for windows
2016-03-09 13:42:17 +02:00
Remy Marquis
d80d955ba7
libs: moved luasql to external file for dynamic linking
2016-01-27 23:10:25 +01:00
Remy Marquis
62cd6af6ed
fixed luaopen_luasql_sqlite3 undefined error
2016-01-27 17:12:54 +01:00
IR4T4
a8f2ed0e73
luasql: dependencies added, file name changed
2016-01-26 19:30:21 +01:00
IR4T4
e9d7cbdeaa
moved FEATURE_LUASQL to libs CMakeLists.txt
2016-01-26 17:29:06 +01:00
Jacker
badf3ece3c
OpenAL osx fixes
2016-01-15 22:53:22 +02:00
Jacker
7a5f106f98
fixed the build on windows mingw
2016-01-15 17:37:28 +02:00
Remy Marquis
15713713c9
libs: msvc runtime library adjustment with static openal
2016-01-13 17:48:54 +01:00
Remy Marquis
3ae105cb5d
libs: adjusted openAL static build path on windows
2016-01-04 23:00:09 +01:00
Remy Marquis
7c275fa071
libs: fixed openal lib name on windows
2015-12-13 22:34:41 +01:00
Remy Marquis
cd6153da1d
libs: added OpenAL CMakeList support
2015-12-12 23:25:52 +01:00
Remy Marquis
32ca35a7c7
libs: linked minizip against zlib
2015-12-10 12:31:23 +01:00
Remy Marquis
fee391d00e
libs: added BUNDLED_ZLIB and BUNDLED_MINIZIP support
2015-12-10 11:11:06 +01:00
Remy Marquis
5d2a957d99
libs: fixed Freetype build with nmake on Windows
2015-12-08 20:25:59 +01:00
Remy Marquis
3f88edb9f4
lib: disabled unnecessary curl options (win)
2015-11-24 21:34:50 +01:00
IR4T4
ad90fd3f02
libs: sqlite3 bundle for FEATURE_DBMS only
2015-11-09 17:16:11 +01:00
IR4T4
e37600234c
lib: bundled SQLITE3 library added
2015-11-06 15:19:38 +01:00
Jacker
7edf171724
support older cmake versions
2015-09-30 12:33:07 +03:00
Jacker
70a2df3792
updates
2015-09-30 12:29:34 +03:00
Jacker
7e88a7ec35
theora: make msvc a bit happier
2015-09-30 11:59:34 +03:00
Jacker
4563911811
added Thearo library
2015-09-30 11:21:16 +03:00
Jacker
81dd42385b
install sdl2.dll on windows to fix issues with cpack
2015-08-10 11:39:48 +03:00
Jacker
a8e47a39a9
fix the compilation on mingw and disable sdl2main for now
2015-07-22 12:23:15 +03:00
IR4T4
088d2192da
Update CMakeLists.txt
...
Fix Linux (Debian) vorbis build - ensure configure uses our bundled ogg
2015-07-16 14:06:03 +02:00
Remy Marquis
fd84cca2d3
fixed ogg compilation with latest automake
2015-07-12 21:33:56 +02:00
Remy Marquis
6e5f54744b
glob missing lutf8lib.c Lua file (win)
2015-07-04 21:41:15 +02:00
Eamon Woortman
e1faa395ca
changed the Jansson lib and include dir definition
2015-03-18 17:34:46 +01:00
Remy Marquis
5d31d90fa4
Reverted to cURL 7.26
...
This reverts commit dad99ac8e3
.
This reverts commit e5639398e7
.
This reverts commit cf4eae3ded
.
2015-03-05 12:02:51 +01:00
Remy Marquis
a6d393f966
fixed typo in jpegturbo gblobing
2015-01-25 10:23:48 +01:00
Remy Marquis
2e0e0da5bf
added missing jpegturbo cmake files (windows)
2015-01-25 01:05:54 +01:00
Remy Marquis
363d373f31
updated CMakeLists.txt for jpegturbo 1.4.0 (windows)
2015-01-24 22:53:20 +01:00
Remy Marquis
9086f17453
fixed ogg vorbis multithreaded compilation (unix)
2015-01-24 22:50:55 +01:00
Remy Marquis
dad99ac8e3
minor CMakeLists.txt fix for newer cURL
2015-01-23 23:14:16 +01:00
Jacker
22b0430736
fixed building jpegturbo on osx 64
2014-12-21 16:24:25 +02:00
Seth Willits
f1173cf446
misc: updated OS X build settings for libjpeg-turbo
2014-12-20 14:54:05 -08:00
Jacker
fc38b85b5d
added dummy target for bundled_ogg_vorbis_file on unix, fixes #702
2014-12-09 20:59:20 +02:00
Remy Marquis
c618b95f21
fixed jpegturbo warning (unix)
2014-11-24 22:03:38 +01:00