diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-08-01 21:12:42 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-08-01 21:12:42 +0800 |
commit | 9f9890593181c881b09773d7f8e68a402d8ce7fa (patch) | |
tree | 7c23eb29fefe01a58cc0f716070ed20841e1218e /configure.ac | |
parent | af5cee20d84c3ef3ebf31f7e19b4108f9607aa14 (diff) | |
download | gsoc2013-empathy-9f9890593181c881b09773d7f8e68a402d8ce7fa.tar gsoc2013-empathy-9f9890593181c881b09773d7f8e68a402d8ce7fa.tar.gz gsoc2013-empathy-9f9890593181c881b09773d7f8e68a402d8ce7fa.tar.bz2 gsoc2013-empathy-9f9890593181c881b09773d7f8e68a402d8ce7fa.tar.lz gsoc2013-empathy-9f9890593181c881b09773d7f8e68a402d8ce7fa.tar.xz gsoc2013-empathy-9f9890593181c881b09773d7f8e68a402d8ce7fa.tar.zst gsoc2013-empathy-9f9890593181c881b09773d7f8e68a402d8ce7fa.zip |
Port to libunique
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 62e08f0a4..0e11a66d8 100644 --- a/configure.ac +++ b/configure.ac @@ -126,6 +126,7 @@ PKG_CHECK_MODULES(EMPATHY, telepathy-glib >= $TELEPATHY_GLIB_REQUIRED telepathy-farsight gstreamer-0.10 + unique-1.0 ]) PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED) |