diff options
author | lukefromdc <[email protected]> | 2016-11-17 16:49:19 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-11-17 16:49:19 -0500 |
commit | 969e4d021fe49654fe6e5ee7e88c920fec126505 (patch) | |
tree | 4127a581c112dd347e170f0605855d67698208bb | |
parent | efea66045a2fb69741a9da2852ee59b5fe86e08d (diff) | |
download | caja-969e4d021fe49654fe6e5ee7e88c920fec126505.tar.bz2 caja-969e4d021fe49654fe6e5ee7e88c920fec126505.tar.xz |
configure.ac: Check for libnotify
Since https://github.com/mate-desktop/caja/commit/edb2cc870fa87cf1c57a61c0af5c578461b20a20 we use /usr/include/libnotify/notify.h so check for it.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a9817a7b..49e0d123 100644 --- a/configure.ac +++ b/configure.ac @@ -95,6 +95,7 @@ PKG_CHECK_MODULES(ALL, [ gio-2.0 >= gio_minver pango >= pango_minver gtk+-$GTK_API_VERSION >= $GTK_REQUIRED + libnotify libxml-2.0 >= xml_minver gail$GAIL_API_VERSION >= gail_minver ]) |