aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-08-21 18:46:00 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-08-22 17:04:39 +0300
commit94b179c67571b007e8a0a69f456155e9d7fc3711 (patch)
tree644ea0fb4f00581a13612a084b91fc56d0bf1cc8
parentfe535d81ae520f47f5ef5ef5a69645dc45d14d6c (diff)
downloadguix-94b179c67571b007e8a0a69f456155e9d7fc3711.tar
guix-94b179c67571b007e8a0a69f456155e9d7fc3711.tar.gz
gnu: gst-plugins-bad: Build with wayland support.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add wayland.
-rw-r--r--gnu/packages/gstreamer.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 97fd52e160..6e43dc9918 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -334,8 +334,7 @@ developers consider to have good quality code and correct functionality.")
;("qtx11extras" ,qtx11extras)
("soundtouch" ,soundtouch)
("x265" ,x265)
- ;("wayland" ,wayland) ; needs gtk+ built with wayland support
- ))
+ ("wayland" ,wayland)))
(home-page "https://gstreamer.freedesktop.org/")
(synopsis "Plugins for the GStreamer multimedia library")
(description