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 792358 - UI build fails without gstreamer-video
UI build fails without gstreamer-video
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: Examples
0.36.x
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2018-01-09 09:39 UTC by Fabrice Fontaine
Modified: 2018-03-01 17:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow UI build without gstreamer-video (1.46 KB, patch)
2018-01-09 09:39 UTC, Fabrice Fontaine
committed Details | Review

Description Fabrice Fontaine 2018-01-09 09:39:51 UTC
Created attachment 366535 [details] [review]
Allow UI build without gstreamer-video

Currently, we can't build rygel UI without gstreamer-video which
is only a dependency of fullscreen-renderer application.

Instead of current behavior, I suggest that If EXAMPLE_UI dependencies are not met, only display a warning instead of ending configure with an error.

fullscreen-renderer won't be build without gstreamer as HAVE_GSTREAMER
has to be true to check HAVE_UI in examples/Makefile.am
Comment 1 Jens Georg 2018-03-01 17:44:57 UTC
Attachment 366535 [details] pushed as 5899cdf - Allow UI build without gstreamer-video