summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-06-19 11:12:20 +0200
committerJens Georg <jensg@openismus.com>2013-06-25 12:01:09 +0200
commit765aaf0ae0476d7e1ec11e2f042052fd81792a39 (patch)
tree5ecc4db4790a9d98c105a956c797cbb01e3e1ae8 /configure.ac
parent03101e18be107391726f138945cd5440025bfb15 (diff)
downloadrygel-765aaf0ae0476d7e1ec11e2f042052fd81792a39.tar.gz
media-export: Use proper iso8601 date format
https://bugzilla.gnome.org/show_bug.cgi?id=702231
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 06d3a23a..001904c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,6 +158,7 @@ AS_IF([test "x$with_media_engine" = "xgstreamer"],
gstreamer-app-1.0 >= $GSTREAMER_APP_REQUIRED
gstreamer-tag-1.0 >= $GSTREAMER_TAG_REQUIRED
gstreamer-pbutils-1.0 >= $GSTPBU_REQUIRED
+ libsoup-2.4 >= $LIBSOUP_REQUIRED
sqlite3 >= $LIBSQLITE3_REQUIRED
uuid])
RYGEL_PLUGIN_MEDIA_EXPORT_DEPS_VALAFLAGS="$RYGEL_COMMON_MODULES_VALAFLAGS --pkg gupnp-dlna-2.0 --pkg gupnp-dlna-gst-2.0 --pkg gstreamer-tag-1.0 --pkg gstreamer-app-1.0 --pkg gstreamer-pbutils-1.0 --pkg sqlite3"