You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libgnt/files/libgnt-2.14.0-optional_docs...

16 lines
369 B

--- libgnt-2.14.0/meson.build
+++ libgnt-2.14.0/meson.build
@@ -231,4 +231,6 @@
subdir('wms')
subdir('test')
-subdir('doc')
+if get_option('doc')
+ subdir('doc')
+endif
--- libgnt-2.14.0/meson_options.txt
+++ libgnt-2.14.0/meson_options.txt
@@ -0,0 +1,2 @@
+option('doc', type : 'boolean', value : true,
+ description : 'build documentation with gtk-doc')