diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libgme/disable-player-and-demo.patch | |
Diffstat (limited to 'vcpkg/ports/libgme/disable-player-and-demo.patch')
| -rw-r--r-- | vcpkg/ports/libgme/disable-player-and-demo.patch | 10 |
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) |