11 Commits

Author SHA1 Message Date
David Carlier
40b128abcc solaris based systems port.
V-Sync operation unsupported by the driver and pretty rudimentary grep.
mostly linkage fixes otherwise.
2022-02-13 08:56:24 +00:00
David CARLIER
ff428b4a6c
SDL2 few more paths proposal. (#939)
Adds `/opt/homebrew` to the SDL2 search path when building without vcpkg.
2021-01-21 15:01:29 +09:00
yvt
56e4e9e197 CMake: Look for SDL 2.0 specific header files to determine include path
`NO_DEFAULT_PATH` was added in 565eb6b6fd3e6b2c9275490c3c07e585b0942a92.
However this breaks Nixpkgs/NixOS, which installs everything to separate
prefixes and adds compiler flags to supply them.

This commit removes `NO_DEFAULT_PATH`. Instead, it looks for a header
file specific to SDL 2.0 and not in SDL 1.2.
2019-01-01 13:17:10 +09:00
yvt
565eb6b6fd CMake: Do not include SDL 1.2's header file on macOS
Both of SDL 1.2 and 2.0 includes `SDL.h`, so `FIND_PATH` sometimes gets
confused when both of them are installed. This commit fixes that by
limiting the search paths to directories specific to SDL 2.0.
2019-01-01 01:43:08 +09:00
yvt
488603325f Update FindOpus.cmake 2016-12-18 20:00:18 +09:00
YVT
fddd0ccb4a Make Opus decoder working on Windows 2016-12-17 09:46:43 -08:00
Tomoaki Kawada
7ec5a7b8b0 Make opus decoder working on Linux 2016-12-18 01:41:50 +09:00
Marco Schlumpp
a729095cf1 Added SDL_image to cmake based build. 2014-02-26 17:20:07 +01:00
yvt
856f16481f Added FindSDL2.cmake 2013-12-09 18:09:01 +09:00
learn_more
120b2ffa34 FindGLEW2 uses default naming 2013-08-30 23:58:26 +02:00
learn_more
59792473d3 Test GLEW module 2013-08-30 21:25:35 +02:00