diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-03-20 18:04:09 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-20 12:54:08 -0700 |
commit | 5ac10b6fe2826a1adba0807f6c7b98fd577aef01 (patch) | |
tree | b86c8b5a01c30114a20c46722e4fce010be06d8b /dev-util | |
parent | app-text/evince: remove unused patch (diff) | |
download | gentoo-5ac10b6fe2826a1adba0807f6c7b98fd577aef01.tar.gz gentoo-5ac10b6fe2826a1adba0807f6c7b98fd577aef01.tar.bz2 gentoo-5ac10b6fe2826a1adba0807f6c7b98fd577aef01.zip |
dev-util/devhelp: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/devhelp/files/40.0-optional-introspection.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-util/devhelp/files/40.0-optional-introspection.patch b/dev-util/devhelp/files/40.0-optional-introspection.patch deleted file mode 100644 index d4c00d369d63..000000000000 --- a/dev-util/devhelp/files/40.0-optional-introspection.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 6c982d00f9d6f03f916bb6a572e7f938cd56fa74 Mon Sep 17 00:00:00 2001 -From: Mart Raudsepp <leio@gentoo.org> -Date: Fri, 22 Mar 2019 19:44:40 +0200 -Subject: [PATCH] build: Add optionality for introspection build - ---- - devhelp/meson.build | 2 ++ - meson_options.txt | 6 ++++++ - 2 files changed, 8 insertions(+) - -diff --git a/devhelp/meson.build b/devhelp/meson.build -index eef055e7..eeaa51eb 100644 ---- a/devhelp/meson.build -+++ b/devhelp/meson.build -@@ -120,6 +120,7 @@ PKG_CONFIG.generate( - requires_private: LIBDEVHELP_PRIVATE_DEPS - ) - -+if get_option('introspection') - GNOME.generate_gir( - libdevhelp_shared_lib, - export_packages: 'libdevhelp-@0@'.format(LIBDEVHELP_API_VERSION_FULL), -@@ -140,3 +141,4 @@ GNOME.generate_gir( - '--quiet', - ], - ) -+endif -diff --git a/meson_options.txt b/meson_options.txt -index 17dc85f5..c69a2906 100644 ---- a/meson_options.txt -+++ b/meson_options.txt -@@ -10,6 +10,12 @@ option( - description: 'Build the API reference' - ) - -+option( -+ 'introspection', -+ type: 'boolean', value: true, -+ description: 'Build GObject Introspection data' -+) -+ - option( - 'plugin_emacs', - type: 'boolean', value: false, --- -2.26.3 - |