[grilo-plugins/0.2.x] build: remove check for librest



commit 31b682df756e56723c6c1c6215b8b7d126e98840
Author: Alberto Garcia <berto igalia com>
Date:   Mon Sep 28 09:09:15 2015 +0200

    build: remove check for librest
    
    This was used by the stand-alone C pocket plugin, but no one needs its
    anymore.

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7d669b4..cc38766 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,8 +151,6 @@ if test "x$HAVE_TOTEM_PL_PARSER_MINI" = "xyes"; then
        AC_DEFINE(HAVE_TOTEM_PLPARSER_MINI, 1, [totem-plparser-mini is available])
 fi
 
-PKG_CHECK_MODULES(REST, [rest-0.7 >= 0.7.90], HAVE_REST=yes, HAVE_REST=no)
-
 PKG_CHECK_MODULES([JSON], [json-glib-1.0], HAVE_JSON_GLIB=yes, HAVE_JSON_GLIB=no)
 
 PKG_CHECK_MODULES(GMIME, gmime-2.6,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]