diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-11-22 14:36:03 +0100 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-12-29 20:24:09 +0100 |
commit | 251e86823fc517d011144204119256632a5e32ab (patch) | |
tree | 5daf24cfdb2c46fe46f354a8a97c380e0a3b43ea /gnu | |
parent | ae8f61f7c32488d4d775c83265c6ec31d20222cd (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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) |