godot/platform
Rémi Verschelde 06123fac30 SCons: Default to builtin libpng/freetype on Linux
The rationale for keeping those shared by default is that they're typical
dependencies found on any Linux system, and it saves compilation time and
binary size to link their dynamically.

But since official builds default to all-builtin, and Debian/Ubuntu still
don't have libpng16 (which we now require) readily available on all their
supported releases, it's simpler to bundle all the things.

This does not change the fact that those dependencies *can* be unbundled
on Linux, it's only the default option changing.

(cherry picked from commit 1769cbc0e2)
2019-07-02 14:59:49 +02:00
..
android Add camera permissions to android 2019-04-20 22:48:34 +02:00
haiku -Remove harcoded opengl extension testing from OS, ask rasterizer instead. 2019-02-26 11:58:47 -03:00
iphone Remove unused imports 2019-04-20 20:15:44 +02:00
javascript Remove unused imports 2019-04-20 20:15:44 +02:00
osx [macOS] Allow non-resizeable windows to enter fullscreen mode. 2019-04-20 22:23:25 +02:00
server Remove unused imports 2019-04-20 20:15:44 +02:00
uwp Remove unused imports 2019-04-20 20:15:44 +02:00
windows Remove unused imports 2019-04-20 20:15:44 +02:00
x11 SCons: Default to builtin libpng/freetype on Linux 2019-07-02 14:59:49 +02:00
register_platform_apis.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00