build: Remove unneccessary gupnp-dlna dependencies
authorMark Ryan <mark.d.ryan@intel.com>
Fri, 12 Oct 2012 13:09:51 +0000 (15:09 +0200)
committerJens Georg <jensg@openismus.com>
Sun, 14 Oct 2012 13:33:08 +0000 (15:33 +0200)
Rygel core no longer depends on gupnp-dlna. References to this library
can therefore be removed from the Rygel Makefiles.

https://bugzilla.gnome.org/show_bug.cgi?id=686037

src/librygel-core/filelist.am
src/librygel-server/filelist.am
tests/Makefile.am

index 510fe33..6c11a4c 100644 (file)
@@ -24,5 +24,4 @@ LIBRYGEL_CORE_VALAFLAGS_PKG = \
        --pkg gio-2.0 \
        --pkg gstreamer-0.10 \
        --pkg gstreamer-base-0.10 \
-       --pkg gupnp-dlna-1.0 \
        --pkg uuid
index 3db81d6..c75b175 100644 (file)
@@ -66,5 +66,4 @@ LIBRYGEL_SERVER_VALAFLAGS_PKG = \
        --pkg gstreamer-0.10 \
        --pkg gstreamer-base-0.10 \
        --pkg gstreamer-pbutils-0.10 \
-       --pkg gupnp-dlna-1.0 \
        --pkg uuid
index 003239c..2928eac 100644 (file)
@@ -31,7 +31,7 @@ AM_VALAFLAGS = --disable-warnings \
               --pkg gupnp-1.0 --pkg gupnp-av-1.0 --pkg dbus-glib-1 \
                --pkg gconf-2.0 --pkg gstreamer-0.10 --pkg gstreamer-base-0.10 \
                --pkg gio-2.0 --pkg gee-1.0 --pkg gstreamer-pbutils-0.10 \
-               --pkg gupnp-dlna-1.0 --pkg uuid --vapidir=$(top_srcdir)/src/librygel-core -g \
+               --pkg uuid --vapidir=$(top_srcdir)/src/librygel-core -g \
               $(COVERAGE_VALAFLAGS)
 
 check_PROGRAMS = rygel-http-item-uri-test \