Commit graph

197 commits

Author SHA1 Message Date
Remy Marquis
2ed16faef0 libs: use uniformized syntax for WolfSSl options 2021-11-13 13:09:36 +01:00
jackeri
3455127c66 fixed the bundled curl build on macos 2021-11-11 12:57:43 +02:00
jackeri
f83517fdb4 updated curl and wolfssl and fixed the SSL build 2021-11-11 01:32:28 +02:00
Remy Marquis
ce9ea73ef3 libs: revert to SDL 2.0.14 on windows
See https://github.com/etlegacy/etlegacy/issues/1762
2021-10-10 12:55:39 +02:00
Remy Marquis
b9b6218ae4 libs: replaced incorrect LINUX cmake variable by UNIX 2021-10-03 16:04:38 +02:00
Remy Marquis
7f26c9da9f libs: use uniform syntax for cmake options
Note the temporary difference for WolfSSL, to be fixed later
2021-10-03 15:56:17 +02:00
Remy Marquis
4666adc972 libs: reenable SDL2 X11 input for Linux build
This allow for raw input.
Mistakenly disabled in c12ad8df24
2021-10-01 10:15:21 +02:00
Remy Marquis
c84f6ec8a7 libs: fixed SDL2 compilation for msvc/Win32 2021-09-24 15:56:30 +02:00
Remy Marquis
a7a767c564 libs: another attempt to fix WolfSSL option strings
Does it look that stupid? That's because it is.
2021-09-24 13:35:57 +02:00
Remy Marquis
4487351b41 libs: potential SDL3 compilation fix for Linux 64
It worked on most distro already, but apparently
not on oldish CentOS 7.

See
* 6956f4aa19
* ea9bece5ed
2021-09-24 12:43:42 +02:00
Remy Marquis
4e890e51d9 libs: fixed WolfSSL option strings
This has to be the stupidest upstream change I've seen in a while.
See
cd9f400cf3
2021-09-24 11:56:46 +02:00
Remy Marquis
64c6bb1443 libs: update cURL and openSSL on all platforms 2021-09-22 14:43:53 +02:00
Remy Marquis
8ec645a213 libs: fixed curl metalink removal
See
265b14d6b3
2021-09-22 12:46:51 +02:00
Remy Marquis
47a61e591d libs: updated to SDL 2.0.16 2021-09-22 10:50:51 +02:00
Remy Marquis
80ac44e6a5 libs: updated to curl 7.79.1 2021-09-22 10:50:51 +02:00
Remy Marquis
b959a27f44 libs: updated WolfSSL to 4.8.1 & OpenSSL to 1.1.1l 2021-09-22 10:50:51 +02:00
Remy Marquis
7020f55ac5 Revert "cmake: set correct flags for curl during compilation on Manjaro"
This reverts commit 857757bb47.
2021-09-22 10:50:33 +02:00
Remy Marquis
374b39d5f6 Revert "cmake: fix liblua compilation"
This reverts commit 614c7f46d7.
2021-09-22 10:50:15 +02:00
rafal1137
614c7f46d7 cmake: fix liblua compilation 2021-09-16 15:49:21 +02:00
rafal1137
857757bb47 cmake: set correct flags for curl during compilation on Manjaro 2021-09-16 14:09:34 +02:00
rafal1137
d4bb7d04ec cmake: fix compilation of curl in Manjaro we are gonna use zlib alone here 2021-09-13 21:38:02 +02:00
jacker
94e77a2195 Merge branch 'master' of github.com:etlegacy/etlegacy-libs 2021-03-15 19:28:43 +02:00
jacker
e09e1ad6af added metal to apple flags only 2021-03-15 19:28:36 +02:00
rafal1137
9b8c3143be cmake: fix compilation of bundled_openssl on RPI 2021-03-13 14:50:37 +00:00
jackeri
9b3d417a59 skip openssl manual 2021-03-06 02:07:36 +02:00
Jackeri
61917d6fa5 build wayland support on linux 2021-03-05 16:06:20 +02:00
jackeri
8cc613f641 fixed the openssl library order 2021-03-01 00:58:10 +02:00
Jacker
9e5f26faf1 use system native ssl implementation if no bundled ssl lib is provided 2021-02-28 23:15:03 +02:00
Jacker
c4c29b8e5b find_package needs a capitalized name, output curl to proper path 2021-02-28 20:40:51 +02:00
jackeri
8f98288c39 Updated libs and added the patch command for wolfssl using the patch binary 2021-02-25 16:27:45 +02:00
Jacker
88559d03d8 fix mingw builds 2021-01-21 20:19:56 +02:00
jackeri
6285a85648 added wolfssl to the unix curl build as well 2021-01-21 14:47:55 +02:00
Jackeri
355b9f08ec updated WolfSSL build flags to enable more functionality 2021-01-21 01:31:06 +02:00
Jackeri
fd4d153710 added wolfssl and updated curl to the windows build for now 2021-01-20 20:48:57 +02:00
Remy Marquis
956384e913 libs: fixed missing -HAVE_LIBC flag for MSVC 2021-01-06 13:25:52 +01:00
Jacker
0dbc4e1e38 disabled SDL X11 driver on osx 2020-12-30 22:02:59 +02:00
Remy Marquis
eaae25507c libs: disable Brotli option for FreeType 2020-05-26 19:45:40 +02:00
Remy Marquis
37e6c5eba9 libs: updated to OpenSSL 1.1.1g 2020-05-25 21:01:34 +02:00
isRyven
113388b231 libs: force sndio disable in sdl and openal
etl doesn't link against sndio anyways, and it's not present
on system by default or is required for etl (sdl, openal) to function
2020-05-09 17:30:56 +03:00
Remy Marquis
f2ed71aca3 libs: updated to OpenSSL 1.1.1e 2020-03-26 13:10:36 +01:00
Remy Marquis
10a0c54aa9 libs: explictly disabled SDL_RENDER again
This is necessary for Mac OS X
2020-03-26 13:07:08 +01:00
techyian
c12ad8df24 libs: latest changes for Raspberry Pi bundled SDL 2020-03-23 23:16:41 +01:00
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