aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libgme/disable-player-and-demo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libgme/disable-player-and-demo.patch')
-rw-r--r--vcpkg/ports/libgme/disable-player-and-demo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/libgme/disable-player-and-demo.patch b/vcpkg/ports/libgme/disable-player-and-demo.patch
new file mode 100644
index 0000000..7931516
--- /dev/null
+++ b/vcpkg/ports/libgme/disable-player-and-demo.patch
@@ -0,0 +1,10 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6b352102db48f265448a35b731cb712b8e112d39..62349bd48ddd3d6c44e6ee68243605781814de2f 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -102,5 +102,3 @@ endif ()
+ add_subdirectory(gme)
+
+ # EXCLUDE_FROM_ALL adds build rules but keeps it out of default build
+-add_subdirectory(player EXCLUDE_FROM_ALL)
+-add_subdirectory(demo EXCLUDE_FROM_ALL)