[grilo-plugins/wip/mschraal/automake-podcast-deps: 2/2] build: Fix automake podcasts build
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins/wip/mschraal/automake-podcast-deps: 2/2] build: Fix automake podcasts build
- Date: Sat, 28 Jul 2018 15:15:13 +0000 (UTC)
commit ab98f486beaf0ed7805c05b2b8f322a4a5f0df23
Author: Marinus Schraal <mschraal gnome org>
Date: Sat Jul 28 15:31:20 2018 +0200
build: Fix automake podcasts build
Following the gmime removal the totem-pl-parser dep wasn't added as the new
alternative in configure.ac .
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7a38fee..7c8bc8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -510,9 +510,9 @@ PODCASTS_PLUGIN_ID="grl-podcasts"
AC_SUBST(PODCASTS_PLUGIN_ID)
AC_DEFINE_UNQUOTED([PODCASTS_PLUGIN_ID], ["$PODCASTS_PLUGIN_ID"], [Podcasts plugin ID])
-DEPS_PODCASTS_CFLAGS="$DEPS_CFLAGS $GRLNET_CFLAGS $XML_CFLAGS $SQLITE_CFLAGS"
+DEPS_PODCASTS_CFLAGS="$DEPS_CFLAGS $GRLNET_CFLAGS $XML_CFLAGS $SQLITE_CFLAGS $TOTEM_PL_PARSER_CFLAGS"
AC_SUBST(DEPS_PODCASTS_CFLAGS)
-DEPS_PODCASTS_LIBS="$DEPS_LIBS $GRLNET_LIBS $XML_LIBS $SQLITE_LIBS"
+DEPS_PODCASTS_LIBS="$DEPS_LIBS $GRLNET_LIBS $XML_LIBS $SQLITE_LIBS $TOTEM_PL_PARSER_LIBS"
AC_SUBST(DEPS_PODCASTS_LIBS)
# ----------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]