mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
33 lines
1.5 KiB
Text
33 lines
1.5 KiB
Text
--- meson.build.orig 2021-07-09 09:29:23 UTC
|
|
+++ meson.build
|
|
@@ -142,7 +142,7 @@ srpm_cdata.set('VERSION', meson.project_version())
|
|
srpm_cdata.set('BUILDFLAG', '-bs')
|
|
|
|
subdir('modulemd')
|
|
-subdir('bindings/python')
|
|
+#subdir('bindings/python')
|
|
|
|
if meson.version().version_compare('>=0.53')
|
|
if magic.found()
|
|
@@ -203,8 +203,8 @@ if meson.version().version_compare('>=0.53')
|
|
'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({'libmagic Support': magic_status,
|
|
@@ -212,8 +212,8 @@ if meson.version().version_compare('>=0.53')
|
|
'RPMIO Support': rpmio_status,
|
|
'Generate Manpages': 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'),
|
|
'Test Installed Library': get_option('test_installed_lib'),
|
|
}, section: 'Build Configuration')
|