gst-plugins-bad1: remove gir patch
This commit is contained in:
parent
c7a917af88
commit
011fed0002
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
From d4cba6b214ff9a631cdfb845c07101f97510abff Mon Sep 17 00:00:00 2001
|
||||
From: Nathan Owens <ndowens@artixlinux.org>
|
||||
Date: Sun, 15 Nov 2020 10:33:52 -0600
|
||||
Subject: [PATCH] no-gir-automatic
|
||||
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git meson.build meson.build
|
||||
index 5d52ea9..4b2b5ea 100644
|
||||
--- meson.build
|
||||
+++ meson.build
|
||||
@@ -445,7 +445,7 @@ python3 = import('python').find_installation()
|
||||
|
||||
gir = find_program('g-ir-scanner', required : get_option('introspection'))
|
||||
gnome = import('gnome')
|
||||
-build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection').enabled())
|
||||
+build_gir = gir.found() or get_option('introspection').enabled()
|
||||
gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' + \
|
||||
'g_setenv("GST_REGISTRY_1.0", "@0@", TRUE);'.format(meson.current_build_dir() + '/gir_empty_registry.reg') + \
|
||||
'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \
|
||||
--
|
||||
2.29.2
|
||||
|
Loading…
Reference in a new issue