diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 ]) |