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:
Leo Prikler 2020-11-22 14:36:03 +01:00
parent ae8f61f7c3
commit 251e86823f
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -898,6 +898,8 @@ (define-public gst-editing-services
("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)