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 686037 - It is not possible to compile the core rygel libraries without gupnp-dlna
It is not possible to compile the core rygel libraries without gupnp-dlna
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-core
0.17.x
Other Windows
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-12 15:06 UTC by Mark Ryan
Modified: 2012-10-14 13:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove gupnp-dlna dependencies from Rygel core components (1.84 KB, patch)
2012-10-12 15:08 UTC, Mark Ryan
committed Details | Review

Description Mark Ryan 2012-10-12 15:06:02 UTC
With the recent changes to Rygel it should be possible to compile the core libraries without gupnp-dlna.  However, it seems that the makefiles for two of these libraries, librygel-core and librygel-server, still have a dependency on gupnp-dlna, as do the tests.
Comment 1 Mark Ryan 2012-10-12 15:08:46 UTC
Created attachment 226336 [details] [review]
Remove gupnp-dlna dependencies from Rygel core components

Here's a patch which I hope will fix this problem.  It removes gupnp-dlna dependencies from librygel-core, librygel-server and the tests.
Comment 2 Jens Georg 2012-10-14 13:02:27 UTC
Ah, missed those :-/ Thanks for the patch.