mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cogl: Disable gstreamer plugin.
The cogl GStreamer sink has been broken: <https://gitlab.gnome.org/Archive/cogl/-/issues/15> * gnu/packages/gnome.scm (cogl)[inputs]: Remove gstreamer and gst-plugins-base. [arguments]: Pass "--enable-cogl-gst=no" to configure-flags. Change-Id: I644da53effb52c6b6d8b1f9b6df293545fab963c Fixes: <https://issues.guix.gnu.org/39126> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
This commit is contained in:
parent
fabcfb48eb
commit
e1cee41a02
1 changed files with 1 additions and 3 deletions
|
@ -6308,12 +6308,10 @@ throughout GNOME for API documentation).")
|
|||
(list mesa
|
||||
cairo
|
||||
pango
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
wayland))
|
||||
(arguments
|
||||
`(#:disallowed-references (,xorg-server-for-tests)
|
||||
#:configure-flags (list "--enable-cogl-gst"
|
||||
#:configure-flags (list "--enable-cogl-gst=no" ;broken and unmaintained
|
||||
"--enable-wayland-egl-platform"
|
||||
"--enable-wayland-egl-server"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue