diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-27 16:15:53 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-27 16:15:53 +0200 |
commit | fb3d90b8f31c4b1e2e3d427544c6610f3fe1ce55 (patch) | |
tree | 8fd210bfb5a6500e896a81d40735c352010934ee | |
parent | bff11d6ac2d99cc5e6964acbf7d94861ba98ea86 (diff) | |
download | guix-fb3d90b8f31c4b1e2e3d427544c6610f3fe1ce55.tar.gz |
gnu: gst-plugins-base: Propagate gudev.
This is a follow-up to commit f1e8cc6a9826f951fe95dc374b4db6fc8e25d981. * gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Move LIBGUDEV ... [propagated-inputs]: ... here.
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index ba05591dae..fc3f3eaaa6 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -534,6 +534,7 @@ This package provides the core library and elements.") (propagated-inputs (cons* glib ;required by gstreamer-sdp-1.0.pc gstreamer ;required by gstreamer-plugins-base-1.0.pc + libgudev ;required by gstreamer-gl-1.0.pc ;; wayland-client.h is referred to in ;; include/gstreamer-1.0/gst/gl/wayland/gstgldisplay_wayland.h wayland @@ -550,7 +551,6 @@ This package provides the core library and elements.") cdparanoia graphene iso-codes - libgudev libjpeg-turbo libogg libpng |