summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 5406 - Upstreaming DragonFlyBSD changes from DeltaPorts (patch from...Sam Lantinga2020-12-201-7/+7
* Fixed bug 5402 - ARM support little update proposalSam Lantinga2020-12-171-1/+1
* Potential fix for bug 5393 - KMSDRM: using atomic mode setting breaks GPU com...Sam Lantinga2020-12-151-0/+1
* configury whitespace cleanup (no actual change.)Ozkan Sezer2020-12-151-24/+17
* minor cleanups to configure.ac to reduce autoconf-2.70 warnings a bit.Ozkan Sezer2020-12-141-7/+6
* configure.ac: use AC_DEFINE for SDL_VIDEO_DRIVER_ANDROIDOzkan Sezer2020-12-141-3/+1
* fix typo from commit d08f9559922f (fixes bug 5396)Ozkan Sezer2020-12-131-1/+1
* fix bug #5395: handle old systems where inotify_init1 is not availableOzkan Sezer2020-12-131-3/+11
* libusb hid.c is already included in SDL_hidapi.cSam Lantinga2020-12-131-1/+0
* configure.ac (CheckJoystickMFI): changed AC_TRY_COMPILE to AC_TRY_LINKSam Lantinga2020-12-091-3/+6
* Updated SDL to 2.0.14 in preparation for release candidateSam Lantinga2020-12-081-3/+3
* Added SDL_wcscasecmp() and SDL_wcsncasecmp()Sam Lantinga2020-11-241-1/+1
* Fixed trying to use @available() on older SDKSam Lantinga2020-11-241-1/+1
* Enable -fobjc-weak when building MFI controller codeSam Lantinga2020-11-241-1/+2
* It looks like the Objective C support needed to build MFI controller code is ...Sam Lantinga2020-11-241-1/+1
* configure.ac: check GameController framework support when targeting DarwinOzkan Sezer2020-11-241-2/+38
* Fixed building on FreeBSDSam Lantinga2020-11-241-23/+7
* Fixed bug 5335 - enable joystick/haptic/evdev support by default on FreeBSDSam Lantinga2020-11-231-5/+24
* joystick: Fix up Linux joystick code to (mostly) compile on FreeBSD.Ryan C. Gordon2020-11-231-7/+23
* remove non-existing tslib support from autofoo and cmakeOzkan Sezer2020-11-231-25/+0
* Fixed building on Mac OS X on the command line and with an older macOS SDKSam Lantinga2020-11-211-0/+3
* Disable libusb by default, as it breaks on Linux when trying to use it with n...Sam Lantinga2020-11-211-27/+25
* Enable HIDAPI by defaultSam Lantinga2020-11-211-2/+2
* egl: Fix detection in configure script on systems without X11 (bug #5270)Brian Kubisiak2020-11-151-0/+1
* Fixed bug 5346 - Add FreeBSD evdev KBIO keyboard input driverSam Lantinga2020-11-111-0/+26
* Fixed bug 5335 - enable joystick/haptic/evdev support by default on FreeBSDSam Lantinga2020-11-111-2/+2
* udev: Factor out SDL_EVDEV_GuessDeviceClassSimon McVittie2020-11-111-1/+3
* kmsdrm: Make this build with significantly older system libraries.Ryan C. Gordon2020-10-261-2/+2
* build: fix / update sensors (windows) configurationOzkan Sezer2020-10-121-1/+5
* riscos: Implement SDL_OpenURL()Cameron Cawley2020-10-111-0/+3
* Removed SDL_AndroidOpenURL, added SDL_OpenURL.Ryan C. Gordon2020-10-051-0/+19
* kmsdrm: merge patches from Ozkan Sezer for removing c-99'isms and raising lib...Manuel Alfayate Corchete2020-09-261-2/+2
* Re-add check for Metal on x86, where it's not supported.Sam Lantinga2020-07-171-0/+4
* configure: On Apple platforms, only exclude Vulkan on x86.Ryan C. Gordon2020-07-161-1/+1
* Fixed bug 5232 - SDL2 configure script detects Apple Silicon Macs as iPhones;...Sam Lantinga2020-07-151-6/+2
* configure: corretly print --enable-arm-simd default value.Ozkan Sezer2020-07-051-1/+1
* configure: Accidentally deleted a ')'Ryan C. Gordon2020-06-271-1/+1
* configure/cmake: Disable ARM SIMD and NEON by default.Ryan C. Gordon2020-06-261-1/+1
* Don't include the iOS joystick driver if joysticks are disabledSam Lantinga2020-05-271-0/+3
* configure: fix fcitx tests.Ryan C. Gordon2020-05-201-2/+6
* configure: Just don't do the -idirafter on QNX.Ryan C. Gordon2020-05-191-16/+11
* configure: -idirafter needs a space, -I doesn't.Ryan C. Gordon2020-05-191-2/+2
* configure: Do a real check for -idirafter anyhow.Ryan C. Gordon2020-05-191-1/+16
* configure: Not all compilers understand -idirafter, use -I instead.Ryan C. Gordon2020-05-191-1/+1
* Fixed bug 5103 - Port fcitx support to both fcitx 4 & 5Sam Lantinga2020-05-111-19/+8
* locale: Implemented SDL_GetPreferredLocales().Ryan C. Gordon2020-05-041-0/+29
* Enable virtual joystick API by defaultSam Lantinga2020-04-131-3/+2
* build: Don't duplicate Libs in Libs.private in pkg-config fileJames Le Cuirot2020-04-121-1/+1
* build: Merge pkg-config Libs.private into Libs for static-only buildsJames Le Cuirot2020-04-111-1/+5
* stdlib: Add SDL_trunc and SDL_truncfRyan C. Gordon2020-04-101-1/+1