After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709531 - egl: Make dependency on egl optional
egl: Make dependency on egl optional
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.2.0
Other Linux
: Normal normal
: 1.2.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-06 22:09 UTC by Gilles Dartiguelongue
Modified: 2013-10-10 10:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow disabling gstreamer-egl (911 bytes, patch)
2013-10-06 22:09 UTC, Gilles Dartiguelongue
committed Details | Review

Description Gilles Dartiguelongue 2013-10-06 22:09:55 UTC
Created attachment 256589 [details] [review]
Allow disabling gstreamer-egl

Currently, setting --without-egl-window-system just aborts configure. However afaict, gstreamer-egl is only needed by eglglessink.

Since I find egl/gles not that useful on a headless machine, I have made a patch to make this library optional in Gentoo. eglglessink will obviously have proper dependencies set when we add it to our software repository.
Comment 1 Sebastian Dröge (slomo) 2013-10-07 09:31:55 UTC
commit ce080cb7cc13ebd7f2dd0ba9a1b0beed92e1b06c
Author: Gilles Dartiguelongue <eva@gentoo.org>
Date:   Sun Oct 6 17:37:38 2013 +0200

    egl: Allow disabling gstreamer-egl library
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709531