godot/platform/x11
Rémi Verschelde 1769cbc0e2 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.
2019-06-23 10:02:35 +02:00
..
export Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
context_gl_x11.cpp Fix application window not listed in taskbar (X11) 2019-04-30 12:43:09 +02:00
context_gl_x11.h Remove ContextGL since as an abstraction it's unused. 2019-04-06 17:52:52 +02:00
crash_handler_x11.cpp Check project settings live before lookup in crash handler 2019-05-23 20:06:56 +01:00
crash_handler_x11.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
detect.py SCons: Default to builtin libpng/freetype on Linux 2019-06-23 10:02:35 +02:00
detect_prime.cpp Linux: Check return values of posix read/write 2019-06-19 11:57:38 +02:00
detect_prime.h Properly detect when to use DRI_PRIME 2019-01-28 16:21:07 +00:00
godot_x11.cpp Linux: Check return value of chdir on cleanup 2019-06-17 17:06:25 +02:00
joypad_linux.cpp Linux: Check return values of posix read/write 2019-06-19 11:57:38 +02:00
joypad_linux.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
key_mapping_x11.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
key_mapping_x11.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_x11.cpp Merge pull request #29752 from bruvzg/window_size_limits 2019-06-17 11:58:00 +02:00
os_x11.h Merge pull request #29752 from bruvzg/window_size_limits 2019-06-17 11:58:00 +02:00
platform_config.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
platform_x11_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
power_x11.cpp Small fixes to static analyzer bugs 2019-04-04 22:00:16 +02:00
power_x11.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
SCsub Remove unused imports 2019-04-06 18:05:05 +02:00