Simon McVittie
|
a06ee5b98d
Don't try to use SDL platform macros in configure-time checks
|
1 year ago |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
1 year ago |
Sam Lantinga
|
5db543a66a
Just use the khronos headers for the checks that need them
|
1 year ago |
Sam Lantinga
|
ac367be171
Updated CMakeLists.txt now that timers and threads can't be disabled
|
1 year ago |
Anonymous Maarten
|
dd5b8db3a6
SDL_hidapi requires libusb >= 1.0.16
|
1 year ago |
Wohlstand
|
0a1b6b270f
sdlchecks.cmake: Clarified the reason why shared X11 mode doesn't work
|
1 year ago |
Frank Praznik
|
1a57f6bb29
wayland: Remove QtWayland extensions
|
1 year ago |
Ryan C. Gordon
|
280c2c1d7d
pulseaudio: Revert "pulseaudio: Require PulseAudio 5.0 or later for SDL3."
|
1 year ago |
Frank Praznik
|
2a1058713c
Bump libdecor feature check to look for 0.2.0
|
1 year ago |
Ozkan Sezer
|
f617918e0a
cmake: check linkage to libusb too, instead of libusb.h presence only.
|
2 years ago |
Anonymous Maarten
|
c2f388fd88
cmake: add SDL_HIDAPI_LIBUSB_SHARED option + test on ci
|
2 years ago |
Anonymous Maarten
|
da5016d336
cmake: use pkg-config + test compile instead of Find module for detecting rpi
|
2 years ago |
Anonymous Maarten
|
deec574ff6
cmake: fix SDL_HIDAPI_LIBUSB
|
2 years ago |
Anonymous Maarten
|
3ab4665956
cmake: bump minimum required CMake version to 3.16
|
2 years ago |
Frank Praznik
|
44536b7537
Add and event and flag to report when a window has been occluded
|
2 years ago |
Ryan C. Gordon
|
6aef14fb2d
pulseaudio: We should be using libpulse, not libpulse-simple.
|
2 years ago |
Ryan C. Gordon
|
6fd0613ac8
pulseaudio: Require PulseAudio 5.0 or later for SDL3.
|
2 years ago |
Ozkan Sezer
|
b3861650d3
need pulseaudio >=0.9.15. call pa_threaded_mainloop_set_name only if available.
|
2 years ago |
Ryan C. Gordon
|
e474047ff8
rwlock: Added SDL_rwlock API for shared locks.
|
2 years ago |
Ryan C. Gordon
|
e5a6c24c82
audio: Redesigned audio conversion code for SDL3.
|
2 years ago |
Anonymous Maarten
|
c721155b89
cmake: prepend generated wayland protocol include path
|
2 years ago |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
2 years ago |
Elad Lahav
|
bc9e0bb7ad
Switch from EXTRA_LIBS to SDL_EXTRA_LIBS
|
2 years ago |
Elad Lahav
|
4374645738
Add QNX video and audio modules
|
2 years ago |
Elad Lahav
|
b47eeb8488
Add QNX as a platform to the cmake build files
|
2 years ago |
Anonymous Maarten
|
773aad14f8
cmake: Fix building without libsamplerate library
|
2 years ago |
Ozkan Sezer
|
272010b612
cmake: really fix detection of pthread_setname_np() on Apple platforms.
|
2 years ago |
Ozkan Sezer
|
f7f61af12b
cmake: fix detection of pthread_setname_np() on Apple platforms.
|
2 years ago |
Anonymous Maarten
|
cc0fa00049
cmake: include directories of (generated) dependencies as SYSTEM
|
2 years ago |
Anonymous Maarten
|
bb3a60bce5
cmake: move include(sdlfind.cmake) to main cmake script
|
2 years ago |