[epiphany] Require x11



commit a6f2b6193825f06ce9eb9de69f9ef253df9ed56d
Author: Benjamin Otte <otte gnome org>
Date:   Fri Jul 10 14:02:41 2009 +0200

    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.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8190467..6372b91 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



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