aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 832e061b7..c78440c64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-11-21 Xavier Claessens <xclaesse@gmail.com>
+ * configure.ac: Add x11 to build deps.
+
+2007-11-21 Xavier Claessens <xclaesse@gmail.com>
+
* libempathy-gtk/empathy-group-chat.c:
* libempathy-gtk/empathy-chat.c:
* libempathy-gtk/empathy-chat.h: Add nick completion for MUCs.
diff --git a/configure.ac b/configure.ac
index ad131525c..590d5442d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,7 @@ PKG_CHECK_MODULES(EMPATHY,
libtelepathy >= $TELEPATHY_REQUIRED
libmissioncontrol >= $MISSION_CONTROL_REQUIRED
gtk+-2.0 >= $GTK_REQUIRED
+ x11
libglade-2.0 >= $LIBGLADE_REQUIRED
libebook-1.2
])