aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/pango/files/patch-meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/pango/files/patch-meson.build')
-rw-r--r--x11-toolkits/pango/files/patch-meson.build14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-toolkits/pango/files/patch-meson.build b/x11-toolkits/pango/files/patch-meson.build
deleted file mode 100644
index 031cac621b0a..000000000000
--- a/x11-toolkits/pango/files/patch-meson.build
+++ /dev/null
@@ -1,14 +0,0 @@
-Disable the fallback on subprojects/gi-docgen -- if py-docgen is not found
-on the system, the shipped fallback in 'subprojects' would be tried. This is
-unwanted behaviour.
-
---- meson.build.orig 2021-05-27 18:22:12 UTC
-+++ meson.build
-@@ -585,7 +585,6 @@ pango_conf.set('HAVE_SYSPROF', libsysprof_capture_dep.
- pango_deps += libsysprof_capture_dep
-
- gidocgen_dep = dependency('gi-docgen', version: '>= 2021.1',
-- fallback: ['gi-docgen', 'dummy_dep'],
- required: get_option('gtk_doc'))
-
- gnome = import('gnome')