mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
gstreamer1: remove gir patch
This commit is contained in:
parent
d302f2943a
commit
c7a917af88
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
From 225e87688f21a817224655372004eb512f862d43 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Nathan Owens <ndowens@artixlinux.org>
|
|
||||||
Date: Sun, 15 Nov 2020 10:04:50 -0600
|
|
||||||
Subject: [PATCH] no-gir-automatic
|
|
||||||
|
|
||||||
---
|
|
||||||
meson.build | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git meson.build meson.build
|
|
||||||
index 5a21823..5d1db37 100644
|
|
||||||
--- meson.build
|
|
||||||
+++ meson.build
|
|
||||||
@@ -503,7 +503,7 @@ rt_lib = cc.find_library('rt', required : false)
|
|
||||||
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);' + \
|
|
||||||
--
|
|
||||||
2.29.2
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue