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.master
parent
ae8f61f7c3
commit
251e86823f
|
@ -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)
|
||||
|
|
Reference in New Issue