From 251e86823fc517d011144204119256632a5e32ab Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Sun, 22 Nov 2020 14:36:03 +0100 Subject: gnu: gst-editing-services: Build with introspection. Some packages, such as Pitivi, might want to interact with GES through GObject Introspection, so let's enable that. * gnu/packages/gstreamer.scm (gstreamer-editing-services)[native-inputs]: Add gobject-introspection and glib:bin. --- gnu/packages/gstreamer.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/gstreamer.scm') diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 256f298346..f8c5159a3b 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -898,6 +898,8 @@ decoders, muxers, and demuxers provided by FFmpeg.") ("libxml2" ,libxml2))) (native-inputs `(("flex" ,flex) + ("gobject-introspection" ,gobject-introspection) + ("glib:bin" ,glib "bin") ("gst-plugins-bad" ,gst-plugins-bad) ("gst-plugins-good" ,gst-plugins-good) ("perl" ,perl) -- cgit v1.2.3