vcpkg/ports/gstreamer/plugins-ugly-disable-doc.patch
Jack·Boos·Yu 4398c12919
[gstreamer] Support arm-windows and add features (#23125)
* [gstreamer] Support arm-windows and add features

* version

* Fix cmake code

* version

* Disable more docs

* version

* Remove code about zlib

* version

* Fix build issues

* version
2022-02-22 13:09:48 -08:00

17 lines
368 B
Diff

diff --git a/meson.build b/meson.build
index c5c78fc..14be48c 100644
--- a/meson.build
+++ b/meson.build
@@ -281,7 +281,11 @@ if find_program('xgettext', required : get_option('nls')).found()
cdata.set('ENABLE_NLS', 1)
subdir('po')
endif
+
+enable_doc = get_option('doc')
+if enable_doc.enabled()
subdir('docs')
+endif
subdir('scripts')
# Set release date