ports/misc/libmodulemd/files/patch-meson.build
Yuri Victorovich b5385fd9ef misc/libmodulemd: update 2.13.0 → 2.15.0
Reported by:	portscout
2023-12-25 17:19:56 -08:00

32 lines
1.4 KiB
Text

--- meson.build.orig 2023-05-10 12:50:24 UTC
+++ meson.build
@@ -166,7 +166,7 @@ subdir('modulemd')
srpm_cdata.set('BUILDFLAG', '-bs')
subdir('modulemd')
-subdir('bindings/python')
+#subdir('bindings/python')
if rpm.found()
if with_rpmio.enabled()
@@ -196,16 +196,16 @@ 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,
}, section: 'Directories')
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'),