diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /misc/libmodulemd/files/patch-meson.build | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'misc/libmodulemd/files/patch-meson.build')
| -rw-r--r-- | misc/libmodulemd/files/patch-meson.build | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/libmodulemd/files/patch-meson.build b/misc/libmodulemd/files/patch-meson.build index f5a7f73846cf..3d196ed66753 100644 --- a/misc/libmodulemd/files/patch-meson.build +++ b/misc/libmodulemd/files/patch-meson.build @@ -1,6 +1,6 @@ ---- meson.build.orig 2023-05-10 12:50:24 UTC +--- meson.build.orig 2025-06-18 07:27:57 UTC +++ meson.build -@@ -166,7 +166,7 @@ subdir('modulemd') +@@ -177,7 +177,7 @@ subdir('modulemd') srpm_cdata.set('BUILDFLAG', '-bs') subdir('modulemd') @@ -9,7 +9,7 @@ if rpm.found() if with_rpmio.enabled() -@@ -196,16 +196,16 @@ summary({'prefix': get_option('prefix'), +@@ -207,8 +207,8 @@ summary({'prefix': get_option('prefix'), 'bindir': get_option('bindir'), 'libdir': get_option('libdir'), 'datadir': get_option('datadir'), @@ -17,9 +17,10 @@ - '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') - summary({'Custom Python': get_option('python_name'), +@@ -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'), |
