GNOME Bugzilla – Bug 686037
It is not possible to compile the core rygel libraries without gupnp-dlna
Last modified: 2012-10-14 13:33:32 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.
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.
Ah, missed those :-/ Thanks for the patch.