diff options
author | Benjamin Otte <otte@gnome.org> | 2009-07-10 20:02:41 +0800 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-07-13 02:11:34 +0800 |
commit | a6f2b6193825f06ce9eb9de69f9ef253df9ed56d (patch) | |
tree | 0eb32297d39d15fc1146ab6268b8c26f85c2281a /configure.ac | |
parent | ae36c632f6991cbea00663641d050414bc149b21 (diff) | |
download | gsoc2013-epiphany-a6f2b6193825f06ce9eb9de69f9ef253df9ed56d.tar.gz 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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 |