diff options
author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2025-06-11 11:30:26 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-06-11 12:07:10 +0200 |
commit | f087d1f42967fa6d3f87a282753194848cb2c9d0 (patch) | |
tree | 659ffb029a23d2256628f02aa8d17c7ff250bb43 /devel/libpeas/files/patch-meson.build | |
parent | lang/gjs: update to 1.82.3 (diff) |
libpeas: upgrade to 2.0.7 introduce libpeas1 to 1.36.0
move all the dependencies to libpeas1
Diffstat (limited to 'devel/libpeas/files/patch-meson.build')
-rw-r--r-- | devel/libpeas/files/patch-meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libpeas/files/patch-meson.build b/devel/libpeas/files/patch-meson.build new file mode 100644 index 000000000000..bca8cc64dd74 --- /dev/null +++ b/devel/libpeas/files/patch-meson.build @@ -0,0 +1,11 @@ +--- meson.build.orig 2023-03-17 18:48:39 UTC ++++ meson.build +@@ -107,8 +107,6 @@ introspection_dep = dependency('gobject-introspection- + gtk_dep = dependency('gtk+-3.0', version: gtk_req, required: false) + + gi_docgen_dep = dependency('gi-docgen', version: '>= 2021.7', +- fallback: ['gi-docgen', 'dummy_dep'], +- native: true, + required: get_option('gtk_doc')) + gladeui_dep = dependency('gladeui-2.0', required: false) + |