gst-plugins-base1: remove gir patch

This commit is contained in:
Đoàn Trần Công Danh 2021-02-03 21:11:05 +07:00
parent 011fed0002
commit 0417ef1e2a
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
From 0d734eb2314fc60deee59de5f1440617e04e5125 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 15 Nov 2020 10:25:30 -0600
Subject: [PATCH] no-gir-automatic
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git meson.build meson.build
index 5ecce7f..98f8113 100644
--- meson.build
+++ meson.build
@@ -416,7 +416,7 @@ endif
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_DISABLE", "yes", TRUE);' + \
'g_setenv("GST_REGISTRY_1.0", "@0@", TRUE);'.format(meson.current_build_dir() + '/gir_empty_registry.reg') + \
--
2.29.2