diff options
author | Xan Lopez <xan@igalia.com> | 2012-08-12 00:30:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-08-12 00:30:24 +0800 |
commit | 8806468639d0658092dda1d505b127e4ea47fa1f (patch) | |
tree | c303e3104b51025a22b278794beb6eb2862d1d15 | |
parent | 46e95c2d48f9a1fb6786655ffc2aca88b252beca (diff) | |
download | gsoc2013-epiphany-8806468639d0658092dda1d505b127e4ea47fa1f.tar.gz gsoc2013-epiphany-8806468639d0658092dda1d505b127e4ea47fa1f.tar.zst gsoc2013-epiphany-8806468639d0658092dda1d505b127e4ea47fa1f.zip |
configure.ac: drop 'ice' and 'sm' dependencies
Does not seem like we use them anymore.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5ce9a4dc8..0d95ae9a3 100644 --- a/configure.ac +++ b/configure.ac @@ -121,9 +121,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [ gio-unix-2.0 >= $GLIB_REQUIRED gtk+-3.0 >= $GTK_REQUIRED gtk+-unix-print-3.0 >= $GTK_REQUIRED - ice x11 - sm libxml-2.0 >= $LIBXML_REQUIRED libxslt >= $LIBXSLT_REQUIRED $WEBKIT_GTK_PC_NAME >= $WEBKIT_GTK_REQUIRED |