[bijiben] build: Remove dependancy on libedataserverui



commit bff3cc849ca05d6017620ee9849888e84a963a71
Author: Isaque Galdino <igaldino gmail com>
Date:   Wed Mar 1 15:04:32 2017 -0300

    build: Remove dependancy on libedataserverui
    
    libedataserverui depends on WebKit2 and Bijiben is still on WebKit1, so
    in order to prevent naming clash between the those libraries we need to
    remove it, until Bibijen is ported to WebKit2.

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 825693d..1ed1d30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,6 @@ PKG_CHECK_MODULES([TRACKER], [tracker-sparql-1.0], [sparql_version="tracker-spar
 PKG_CHECK_MODULES(BIJIBEN,
                   [ libecal-1.2 >= $EDS_REQUIRED_VERSION
                    libedataserver-1.2 >= $EDS_REQUIRED_VERSION
-                   libedataserverui-1.2 >= $EDS_REQUIRED_VERSION
                     gio-unix-2.0
                     glib-2.0 >= $GLIB_REQUIRED_VERSION
                     goa-1.0


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