diff options
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | embed/ephy-download.h | 2 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index cd1327f4b..fce9dbad0 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,6 @@ GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 LIBNOTIFY_REQUIRED=0.5.1 GCR_REQUIRED=3.5.5 AVAHI_REQUIRED=0.6.22 -LIBARCHIVE_REQUIRED=3.0.0 WEBKIT_GTK_PC_NAME=webkit2gtk-3.0 AC_DEFINE([HAVE_WEBKIT2],[1],[Define if building with WebKit2]) @@ -114,7 +113,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [ gcr-3 >= $GCR_REQUIRED avahi-gobject >= $AVAHI_REQUIRED avahi-client >= $AVAHI_REQUIRED - libarchive >= $LIBARCHIVE_REQUIRED + gnome-autoar ]) PKG_CHECK_MODULES(WEB_EXTENSION, [ diff --git a/embed/ephy-download.h b/embed/ephy-download.h index 7d140693b..6aa38f2a3 100644 --- a/embed/ephy-download.h +++ b/embed/ephy-download.h @@ -29,8 +29,8 @@ #ifndef _EPHY_DOWNLOAD_H #define _EPHY_DOWNLOAD_H -#include <autoarchive/autoarchive.h> #include <glib-object.h> +#include <gnome-autoar/autoar.h> #include <webkit2/webkit2.h> G_BEGIN_DECLS diff --git a/src/Makefile.am b/src/Makefile.am index e9c5a18e5..0046e6789 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -163,7 +163,6 @@ epiphany_LDADD = \ $(top_builddir)/lib/history/libephyhistory.la \ $(top_builddir)/lib/libephymisc.la \ $(top_builddir)/lib/egg/libegg.la \ - $(top_builddir)/autoarchive/libautoarchive.la \ $(DEPENDENCIES_LIBS) \ $(CODE_COVERAGE_LDFLAGS) \ $(LIBINTL) |