aboutsummaryrefslogtreecommitdiff
path: root/games/dustrac/files/patch-src_game_MiniCore_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'games/dustrac/files/patch-src_game_MiniCore_CMakeLists.txt')
-rw-r--r--games/dustrac/files/patch-src_game_MiniCore_CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/dustrac/files/patch-src_game_MiniCore_CMakeLists.txt b/games/dustrac/files/patch-src_game_MiniCore_CMakeLists.txt
deleted file mode 100644
index ef1b1fd27f2b..000000000000
--- a/games/dustrac/files/patch-src_game_MiniCore_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/game/MiniCore/CMakeLists.txt.orig 2019-07-09 21:02:22 UTC
-+++ ./src/game/MiniCore/CMakeLists.txt
-@@ -60,7 +60,7 @@ find_package(OpenGL REQUIRED)
- if(${CMAKE_VERSION} VERSION_LESS "3.11.0")
- set(MINICORE_OPENGL_LIBS ${OPENGL_gl_LIBRARY})
- else()
-- set(MINICORE_OPENGL_LIBS OpenGL::OpenGL)
-+ set(MINICORE_OPENGL_LIBS OpenGL::GL)
- endif()
-
- # Enable CMake's unit test framework