summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2018-11-02mir: Removed mir client support.Ryan C. Gordon1-40/+0
2018-06-25wayland: Keep protocol XML files in-tree.Ryan C. Gordon1-34/+4
2018-06-24cmake: Look in popular places for X11 headers, export this info properly.Ryan C. Gordon1-5/+15
2018-02-13Fixed bug 4027 - CheckLibSampleRate macro in sdlchecks.cmake never defines HA...Sam Lantinga1-0/+2
2018-02-13Fixed bug 4081 - sdlchecks.cmake: typo introduced by rev11848 breaks building...Sam Lantinga1-1/+1
2018-02-07Set rpath instead of changing environment for RPi"Guillermo A. Amaral"1-0/+2
2018-02-07wayland: Add support for xdg-shell protocol (unstable v6).Ryan C. Gordon1-1/+1
2018-02-07cmake: Minor cleanup (reuse a string we already calculated).Ryan C. Gordon1-1/+1
2018-01-17Make rpi video cross-compiler friendly."Guillermo A. Amaral"1-5/+8
2017-08-27vulkan: Include a copy of vulkan.h and vk_platform.h.Ryan C. Gordon1-19/+0
2017-08-27vulkan: Initial Vulkan support!Ryan C. Gordon1-0/+19
2017-08-09cmake: whoops, Sam and I both fixed this bug at the same time. :)Ryan C. Gordon1-2/+0
2017-08-09Fixed bug 3590 - CMAKE: typos in CheckMirSam Lantinga1-3/+3
2017-08-09cmake: Don't link directly against a libpthread on Android (thanks, Anthony!).Ryan C. Gordon1-1/+4
2017-06-08Android build fixesOlli Kallioinen1-0/+2
2017-08-02Fixed bug 3690 - SDL2 KMS/DRM render context supportSam Lantinga1-0/+43
2017-07-10Fixed bug 3688 - cmake / pthread check related patch proposalSam Lantinga1-2/+2
2017-06-08jack: Initial shot at a JACK audio target.Ryan C. Gordon1-0/+30
2017-01-06Added configure and cmake support for libsamplerateSam Lantinga1-0/+23
2016-10-11cmake: Now generates Wayland protocol source bits like the configure script.Ryan C. Gordon1-1/+77
2016-10-07Fixed bug 3043 - fix alsa configury and cmake checksSam Lantinga1-1/+3
2016-09-13Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags requ...Jukka Jylänki1-6/+9
2016-01-03CMake: Don't link directly to libGL on Unix.Ryan C. Gordon1-1/+0
2015-06-08configure/cmake/x11: Removed SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 test.Ryan C. Gordon1-8/+0
2015-04-07CMake: fix CHECK_OBJC_SOURCE_COMPILES to work with GCC (thanks, Ivan!).Ryan C. Gordon1-1/+1
2015-03-20Whoops, lost a newline in here.Ryan C. Gordon1-1/+2
2015-03-20Several corrections to the CMake project files (thanks, Ozkan!).Ryan C. Gordon1-5/+8
2015-03-20CMake project files no longer force you to link against Wayland or Mir libs.Ryan C. Gordon1-5/+48
2014-12-13CMake: Replace "else(condition)" with "else()", etc.Ryan C. Gordon1-130/+130
2014-10-17Fixed syntax error in cmake file.Philipp Wiesemann1-1/+1
2014-10-15Expanded the iMX6 video driver into a general Vivante video driver that works...Sam Lantinga1-11/+22
2014-09-10Freescale i.MX6 video drivermastermind1-0/+20
2014-08-16Fixed bug 2683 - Raspberry PI support using CMakeSam Lantinga1-0/+29
2014-07-07Fixed bug 2618 - incomplete pthread-based lock support should be removedSam Lantinga1-7/+0
2014-02-23CMake: Just assume Apple platforms have Cocoa support.Ryan C. Gordon1-3/+3
2014-02-03Hooked up dynamic loading for Mir.Ryan C. Gordon1-0/+2
2014-02-02Added Mir video target (thanks, Brandon!).Ryan C. Gordon1-0/+21
2014-01-21Fixed XF86 VidMode extension dynamic loading with CMake project.Ryan C. Gordon1-5/+5
2013-12-14Wayland supportGabriel Jacobo1-0/+23
2013-11-19Fixed SONAME lookup for runtime loading of shared libraries in CMake project.Ryan C. Gordon1-38/+57
2013-11-19-fvisibility=hidden is no longer a requirement for dynamic X11.Ryan C. Gordon1-11/+0
2013-11-14Renamed things named after BeOS to be named after Haiku instead.Ryan C. Gordon1-1/+1
2013-11-13Started BeOS removal: merged BeOS thread and pthread code.Ryan C. Gordon1-0/+3
2013-10-18Fixed bug 2108 - CMake does not set X11 includes properly for sdl2-config and...Sam Lantinga1-0/+8
2013-08-22Separate EGL / GL ES detection in CMakeGabriel Jacobo1-15/+19
2013-07-26Fix cmake breakage (thanks Marcus)Jørgen P. Tjernø1-1/+1
2013-07-23Mac: Codify SDK and OS requirements, and clean up.Jørgen P. Tjernø1-4/+4
2013-07-13Explicitly check for Xext.h in the CMake project, fail if missing.Ryan C. Gordon1-0/+5
2013-07-11Added src/thread/pthread/SDL_systls.c to the CMake scripts.Ryan C. Gordon1-0/+1
2013-07-07Added an SDL2 OpenBSD sndio(7) audio target.Ryan C. Gordon1-0/+31