summaryrefslogtreecommitdiffstats
path: root/platform/x11/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-3/+4
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-3/+3
* | png: Allow building shared freetype with bundled libpngRémi Verschelde2016-11-191-1/+0
* | Revert "libpng: Fix erroneously linking against libpng12 on old distros"Rémi Verschelde2016-11-191-1/+1
* | libpng: Fix erroneously linking against libpng12 on old distrosRémi Verschelde2016-11-191-1/+1
* | scons: Reorder options for clarityRémi Verschelde2016-11-031-20/+21
* | style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-7/+3
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-55/+55
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-163/+163
* | Merge pull request #6490 from zaps166/webm-prRémi Verschelde2016-10-301-0/+3
|\ \
| * | Add WebM moduleBłażej Szczygieł2016-10-231-0/+3
* | | SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł2016-10-171-4/+0
|/ /
* | Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-161-1/+1
* | freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-151-5/+6
* | zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-1/+0
* | glew: Split thirdparty files and isolate envRémi Verschelde2016-10-151-1/+3
* | squish: Move to a module and split thirdparty libRémi Verschelde2016-10-151-0/+3
* | theora: Move to a module and split thirdparty libRémi Verschelde2016-10-151-5/+12
* | openssl: Move to a module and split thirdparty libRémi Verschelde2016-10-151-2/+2
* | ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-151-0/+11
* | webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde2016-10-151-0/+3
* | enet: Split enet thirdparty files and allow unbundlingRémi Verschelde2016-10-151-1/+2
* | png: Split library to thirdparty dir and allow unbundlingRémi Verschelde2016-10-151-3/+5
|/
* Use pkgconfig to locate ALSA libs (#6119)romeojulietthotel2016-09-231-1/+1
* Code cleanup in platform/x11Mario Schlack2016-07-211-5/+0
* remove GLU dependency, closes #3787Juan Linietsky2016-07-181-1/+1
* Link libdl only on Linux, fix BSD buildeska2016-07-041-1/+3
* Fix compiling for X11 on non-86, this fixes #5444Ferdinand Thiessen2016-06-271-1/+3
* Merge pull request #4905 from Hinsbart/x11_dpiJuan Linietsky2016-06-111-1/+7
|\
| * x11: Implemented dpi detectionAndreas Haas2016-06-091-1/+7
* | -make freetype build for all platforms the same, default as builtin except on...Juan Linietsky2016-06-091-5/+2
|/
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-081-1/+2
* Finalized DynamicFont implementationJuan Linietsky2016-05-291-2/+2
* Remove trailing spacesRémi Verschelde2016-04-021-8/+8
* x11: make dependancy on libudev optionalhondres2016-02-141-10/+8
* added option to link libstdc++ staticallyJuan Linietsky2016-02-041-0/+4
* remove dependancy on libevdevhondres2016-01-261-8/+4
* Enable ALSA driver in non-linux X11 when availableeska2016-01-101-1/+5
* Make joydev build using udev and evdev opt-out but blocking (linux)Rémi Verschelde2016-01-061-11/+18
* Check pkg-config for libudev and enable gamepad code only if found. Linux onl...hondres2015-12-211-6/+12
* -fixed build system to use pkg-config for evdevJuan Linietsky2015-12-211-2/+7
* Better gamepad supporthondres2015-12-181-1/+1
* changed a bit to use system()Juan Linietsky2015-12-081-1/+1
* improve detection of linux, fixes #3201Juan Linietsky2015-12-081-1/+1
* Merge pull request #2849 from a12n/compobsd2Juan Linietsky2015-12-081-2/+5
|\
| * Enable ALSA only for LinuxAnton Yabchinskiy2015-11-201-2/+5
* | Enabled debug symbols for x11 when using platform=release_debug and debug_rel...koalefant2015-11-291-0/+2
* | 0theora compilation fixesJuan Linietsky2015-11-251-0/+2
|/
* Revert "libao audio driver"Juan Linietsky2015-11-191-9/+4
* Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-11-021-4/+15
|\