mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-21 16:19:36 +00:00
12 lines
322 B
Diff
12 lines
322 B
Diff
--- a/player/CMakeLists.txt
|
|
+++ b/player/CMakeLists.txt
|
|
@@ -15,7 +15,7 @@
|
|
Archive_Reader.h
|
|
player.cpp)
|
|
|
|
-if(SDL2_FOUND)
|
|
+if(FALSE)
|
|
message(STATUS "SDL2 library located, player demo is available to be built in the /player directory")
|
|
|
|
add_executable(gme_player ${player_SRCS})
|