--- ./meson.build_orig	2022-02-09 04:52:43 +0000
+++ ./meson.build	2022-02-15 04:57:57 +0000
@@ -37,6 +37,6 @@
 pkg = import('pkgconfig')
 gobject = dependency('gobject-2.0')
 yaml = dependency('yaml-0.1')
-gtkdoc = dependency('gtk-doc')
+#gtkdoc = dependency('gtk-doc')
 
 subdir('modulemd')
--- ./modulemd/meson.build_orig	2022-02-09 04:55:17 +0000
+++ ./modulemd/meson.build	2022-02-15 04:57:18 +0000
@@ -1,7 +1,7 @@
 developer_build = get_option('developer_build')
 python3 = pymod.find_python()
 
-clang_format = find_program('clang-format', required: developer_build)
+clang_format = find_program('clang-format', required: false)
 if not clang_format.found()
     clang_format = disabler()
 endif
@@ -12,7 +12,7 @@
     autopep8 = disabler()
 endif
 
-valgrind = find_program('valgrind', required: developer_build)
+valgrind = find_program('valgrind', required: false)
 
 if not valgrind.found()
     valgrind = disabler()
@@ -321,18 +321,18 @@
           timeout : 300)
 endif
 
-gnome.generate_gir(
-    modulemd_lib,
-    sources : modulemd_srcs + modulemd_hdrs,
-    nsversion : '.'.join([libmodulemd_version_array[0], '0']),
-    namespace : 'Modulemd',
-    symbol_prefix : 'modulemd_',
-    identifier_prefix : 'Modulemd',
-    includes : [
-        'GObject-2.0',
-    ],
-    install : true,
-)
+#gnome.generate_gir(
+#    modulemd_lib,
+#    sources : modulemd_srcs + modulemd_hdrs,
+#    nsversion : '.'.join([libmodulemd_version_array[0], '0']),
+#    namespace : 'Modulemd',
+#    symbol_prefix : 'modulemd_',
+#    identifier_prefix : 'Modulemd',
+#    includes : [
+#        'GObject-2.0',
+#    ],
+#    install : true,
+#)
 
 xcdata = configuration_data()
 xcdata.set('VERSION', libmodulemd_version)
@@ -349,11 +349,11 @@
   configuration : cdata
 )
 
-gnome.gtkdoc(
-    'modulemd',
-    src_dir : './',
-    main_xml : 'modulemd-docs.xml',
-    install : true)
+#gnome.gtkdoc(
+#    'modulemd',
+#    src_dir : './',
+#    main_xml : 'modulemd-docs.xml',
+#    install : true)
 
 pkg.generate(
     libraries : modulemd_lib,
