mirror of
https://github.com/blupi-games/planetblupi-dev
synced 2024-12-30 13:55:36 +01:00
Enable opengl for windows too
This commit is contained in:
parent
518192a834
commit
514150bd24
@ -156,7 +156,8 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
|||||||
--enable-pulseaudio-shared)
|
--enable-pulseaudio-shared)
|
||||||
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
|
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
|
||||||
set (SDL2_CONFIGURE --enable-directx
|
set (SDL2_CONFIGURE --enable-directx
|
||||||
--enable-render-d3d)
|
--enable-render-d3d
|
||||||
|
--enable-video-opengl)
|
||||||
else ()
|
else ()
|
||||||
set (SDL2_CONFIGURE)
|
set (SDL2_CONFIGURE)
|
||||||
endif ()
|
endif ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user