aboutsummaryrefslogtreecommitdiffstats
path: root/misc/libmodulemd/files/patch-meson.build
blob: 3d196ed66753c96e20a1378c4764f0efe5e2b3d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- meson.build.orig	2025-06-18 07:27:57 UTC
+++ meson.build
@@ -177,7 +177,7 @@ subdir('modulemd')
 srpm_cdata.set('BUILDFLAG', '-bs')
 
 subdir('modulemd')
-subdir('bindings/python')
+#subdir('bindings/python')
 
 if rpm.found()
     if with_rpmio.enabled()
@@ -207,8 +207,8 @@ summary({'prefix': get_option('prefix'),
          'bindir': get_option('bindir'),
          'libdir': get_option('libdir'),
          'datadir': get_option('datadir'),
-         'Python 2 GObject Overrides': gobject_overrides_dir_py2,
-         'Python 3 GObject Overrides': gobject_overrides_dir_py3,
+         #'Python 2 GObject Overrides': gobject_overrides_dir_py2,
+         #'Python 3 GObject Overrides': gobject_overrides_dir_py3,
          'GTK-Doc Referred Paths': gtk_doc_referred_paths,
         }, section: 'Directories')
 
@@ -216,8 +216,8 @@ summary({'Custom Python': get_option('python_name'),
          'RPMIO Support': rpmio_status,
          'Generate Manual Pages': manpages_status,
          'Generate HTML Documentation': get_option('with_docs'),
-         'Python 2 Support': get_option('with_py2'),
-         'Python 3 Support': get_option('with_py3'),
+         #'Python 2 Support': get_option('with_py2'),
+         #'Python 3 Support': get_option('with_py3'),
          'Skip Introspection': get_option('skip_introspection'),
          'Accept overflowed buildorder': get_option('accept_overflowed_buildorder'),
          'Test Installed Library': get_option('test_installed_lib'),