diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-19 16:07:43 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-19 16:07:43 +0800 |
commit | 4c6862e4448b4cb20ca5ab8d6f189adf95214cf9 (patch) | |
tree | ad9da68232f7c2e0261ecae7344eadba7dc63bda /configure.ac | |
parent | 24d30e15b34b654eff96f4a358801290ebe09ec0 (diff) | |
download | gsoc2013-empathy-4c6862e4448b4cb20ca5ab8d6f189adf95214cf9.tar.gz gsoc2013-empathy-4c6862e4448b4cb20ca5ab8d6f189adf95214cf9.tar.zst gsoc2013-empathy-4c6862e4448b4cb20ca5ab8d6f189adf95214cf9.zip |
Check for libgee dep
We are using it directly so should depend on it.
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 e6cdedd3a..f3073d478 100644 --- a/configure.ac +++ b/configure.ac @@ -214,6 +214,7 @@ PKG_CHECK_MODULES(EMPATHY, libpulse-mainloop-glib webkitgtk-3.0 >= $WEBKIT_REQUIRED libsoup-2.4 + gee-0.8 ]) PKG_CHECK_MODULES(EMPATHY_CALL, |