From 969e4d021fe49654fe6e5ee7e88c920fec126505 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Thu, 17 Nov 2016 16:49:19 -0500 Subject: 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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 ]) -- cgit v1.2.1