mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(gx): only use GLSDL if compiled with CMake variable WHOA_BUILD_GLSDL
This commit is contained in:
parent
35cc734cdc
commit
5229b9b972
3 changed files with 5 additions and 2 deletions
|
|
@ -50,6 +50,9 @@ else()
|
|||
# Right now GLSDL is the only rendering device for Linux
|
||||
set(WHOA_BUILD_GLSDL 1)
|
||||
endif()
|
||||
if (WHOA_BUILD_GLSDL)
|
||||
add_definitions(-DWHOA_BUILD_GLSDL)
|
||||
endif()
|
||||
|
||||
# FMOD
|
||||
option(WHOA_BUILD_FMOD "Disable/Enable the use of the FMOD sound API. This introduces a dependency on a proprietary FMOD dynamically linked library." 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue