summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* minor updates to libc function checksOzkan Sezer2021-02-071-2/+2
* Removed support for clock_gettime_nsec_np()Sam Lantinga2021-02-011-27/+0
* added --enable-xinput switch for windows buildsOzkan Sezer2021-01-291-15/+25
* better check for clock_gettime_nsec_np() -- cf. bug #5467.Ozkan Sezer2021-01-251-1/+28
* Fixed bug 5467 - SDL sys timer Mac OS update proposalSam Lantinga2021-01-231-1/+1
* renamed SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H to SDL_HAVE_MACHINE_JOYSTICK_HOzkan Sezer2021-01-231-1/+2
* minor autotools build system updates.Ozkan Sezer2021-01-231-1/+1
* fix AC_CHECK_HEADER for libusb.hOzkan Sezer2021-01-191-4/+4
* Fixed bug 5473 - Add WSCONS support for NetBSDSam Lantinga2021-01-171-1/+1
* fix build with --disable-directxOzkan Sezer2021-01-171-20/+23
* Fixed bug 5463 - generated Wayland interfaces are included in the library's ABISam Lantinga2021-01-141-1/+5
* Fixed bug 5461 - Add rewritten WSCONS driver for OpenBSDSam Lantinga2021-01-141-0/+32
* [KMS/DRM] Go back to the LEGACY interface only because using planes breaks co...Manuel Alfayate Corchete2021-01-081-1/+0
* configure.ac: directfb dynamic loading support updates:Ozkan Sezer2020-12-301-6/+2
* remove CFLAGS save/restores from dbus.h and ibus.h header checks.Ozkan Sezer2020-12-301-6/+0
* fix configure warnings when checking dbus/dbus.h and ibus-1.0/ibus.hOzkan Sezer2020-12-291-1/+7
* Add optional suffix `_generic` to generic SDL_cond implJoel Linn2020-12-281-0/+1
* configure.ac: fix POSIX conformance issues (bug #4261.)Ozkan Sezer2020-12-271-12/+12
* Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundfSam Lantinga2020-12-231-1/+1
* Updated SDL to version 2.0.15 for developmentSam Lantinga2020-12-221-3/+3
* [Buildsystem] Add guards for not building with KMSDRM support if EGL is not a...Manuel Alfayate Corchete2020-12-221-1/+28
* 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