summaryrefslogtreecommitdiff
path: root/common.am
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2012-09-27 13:10:57 +0200
committerJens Georg <jensg@openismus.com>2012-10-05 17:33:28 +0200
commit3f65a7796a573d4f6cec7157f2298ce4afe4db9e (patch)
tree341374bf7369ae7040154434993e6443b58834a1 /common.am
parent8a921d181288059cc4715f3c2267d6ff4826c0f9 (diff)
downloadrygel-3f65a7796a573d4f6cec7157f2298ce4afe4db9e.tar.gz
build: Enable building Rygel without GStreamer
If no GStreamer is available, build Rygel without a media engine and all Plugins that require GStreamer, such as: * test * gst-launch * media-export * playbin
Diffstat (limited to 'common.am')
-rw-r--r--common.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/common.am b/common.am
index 93663230..dd136c13 100644
--- a/common.am
+++ b/common.am
@@ -58,13 +58,10 @@ RYGEL_COMMON_LIBS = \
RYGEL_COMMON_SERVER_LIBS = \
$(top_builddir)/src/librygel-server/librygel-server-1.0.la \
- $(RYGEL_COMMON_LIBS) \
- $(GST_PBU_LIBS) \
- $(LIBGUPNP_DLNA_LIBS)
+ $(RYGEL_COMMON_LIBS)
RYGEL_COMMON_RENDERER_LIBS = \
$(top_builddir)/src/librygel-renderer/librygel-renderer-1.0.la \
- $(LIBGSTREAMER_LIBS)
$(RYGEL_COMMON_LIBS)
# Note: the -g needs to be at the end of VALAFLAGS to not break make dist