summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-02Fix compilation with libX11 >= 1.5.99.902.Azamat H. Hackimov1-0/+8
2013-05-16Fixed bug 1839 - SDL2 Cmake: VIDEO_COCOA check fails on OS X; VIDEO_COCOA sou...Sam Lantinga2-1/+10
2013-04-19Fixes bug #1709, pthread tests fixes for CMake (Thanks Scott Percival!)Gabriel Jacobo1-2/+5
2012-11-16Adds CMake build system by Marcus Von Appen (bug #1597)Gabriel Jacobo2-0/+873