| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/misc/libmodulemd/files/ |
Upload File : |
--- 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')