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/libzim/subdirs.diff | |
Diffstat (limited to 'vcpkg/ports/libzim/subdirs.diff')
| -rw-r--r-- | vcpkg/ports/libzim/subdirs.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/libzim/subdirs.diff b/vcpkg/ports/libzim/subdirs.diff new file mode 100644 index 0000000..a30a144 --- /dev/null +++ b/vcpkg/ports/libzim/subdirs.diff @@ -0,0 +1,20 @@ +diff --git a/meson.build b/meson.build +index d946c49..eded01d 100644 +--- a/meson.build ++++ b/meson.build +@@ -90,6 +90,7 @@ subdir('include') + subdir('scripts') + subdir('static') + subdir('src') ++if false + if get_option('examples') + subdir('examples') + endif +@@ -97,6 +98,7 @@ subdir('test') + if get_option('doc') + subdir('docs') + endif ++endif + + pkg_mod = import('pkgconfig') + pkg_mod.generate(libraries : libzim, |