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.
This commit is contained in:
parent
ae8f61f7c3
commit
251e86823f
1 changed files with 2 additions and 0 deletions
|
@ -898,6 +898,8 @@ decoders, muxers, and demuxers provided by FFmpeg.")
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("flex" ,flex)
|
`(("flex" ,flex)
|
||||||
|
("gobject-introspection" ,gobject-introspection)
|
||||||
|
("glib:bin" ,glib "bin")
|
||||||
("gst-plugins-bad" ,gst-plugins-bad)
|
("gst-plugins-bad" ,gst-plugins-bad)
|
||||||
("gst-plugins-good" ,gst-plugins-good)
|
("gst-plugins-good" ,gst-plugins-good)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
|
|
Reference in a new issue