From 514150bd24d444f90df167b0f09904037efe68cd Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Tue, 25 Jul 2017 19:25:22 +0200 Subject: [PATCH] Enable opengl for windows too --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c947bc..b598687 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,7 +156,8 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux") --enable-pulseaudio-shared) elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") set (SDL2_CONFIGURE --enable-directx - --enable-render-d3d) + --enable-render-d3d + --enable-video-opengl) else () set (SDL2_CONFIGURE) endif ()