aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-07-10 20:02:41 +0800
committerBenjamin Otte <otte@gnome.org>2009-07-13 02:11:34 +0800
commita6f2b6193825f06ce9eb9de69f9ef253df9ed56d (patch)
tree0eb32297d39d15fc1146ab6268b8c26f85c2281a
parentae36c632f6991cbea00663641d050414bc149b21 (diff)
downloadgsoc2013-epiphany-a6f2b6193825f06ce9eb9de69f9ef253df9ed56d.tar
gsoc2013-epiphany-a6f2b6193825f06ce9eb9de69f9ef253df9ed56d.tar.gz
gsoc2013-epiphany-a6f2b6193825f06ce9eb9de69f9ef253df9ed56d.tar.bz2
gsoc2013-epiphany-a6f2b6193825f06ce9eb9de69f9ef253df9ed56d.tar.lz
gsoc2013-epiphany-a6f2b6193825f06ce9eb9de69f9ef253df9ed56d.tar.xz
gsoc2013-epiphany-a6f2b6193825f06ce9eb9de69f9ef253df9ed56d.tar.zst
gsoc2013-epiphany-a6f2b6193825f06ce9eb9de69f9ef253df9ed56d.zip
Require x11
Epiphany has hacky code that uses libX11 directly, so Epiphany needs to depend on it instead of relying on other libs to pull it in.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8190467dc..6372b916b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,6 +128,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [
gio-unix-2.0 >= $GLIB_REQUIRED
gtk+-2.0 >= $GTK_REQUIRED
gtk+-unix-print-2.0 >= $GTK_REQUIRED
+ x11
sm
libxml-2.0 >= $LIBXML_REQUIRED
libxslt >= $LIBXSLT_REQUIRED