From: Ralf Habacker Date: Tue, 16 Oct 2018 12:00:17 +0000 (+0200) Subject: Add missing setup of DBUS_BUS_ENABLE_INOTIFY X-Git-Tag: dbus-1.13.8~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70b4213f6e50b49a51ddbc3561d479498f696e5;p=thirdparty%2Fdbus.git Add missing setup of DBUS_BUS_ENABLE_INOTIFY Bug: https://gitlab.freedesktop.org/dbus/dbus/issues/117 Reviewed-by: Simon McVittie --- diff --git a/cmake/ConfigureChecks.cmake b/cmake/ConfigureChecks.cmake index a9a5fc909..3355ce04e 100644 --- a/cmake/ConfigureChecks.cmake +++ b/cmake/ConfigureChecks.cmake @@ -38,6 +38,7 @@ check_include_file(sys/wait.h HAVE_SYS_WAIT_H)# dbus-sysdeps-win.c check_include_file(time.h HAVE_TIME_H) # dbus-sysdeps-win.c check_include_file(ws2tcpip.h HAVE_WS2TCPIP_H)# dbus-sysdeps-win.c check_include_file(unistd.h HAVE_UNISTD_H) # dbus-sysdeps-util-win.c +check_include_file(sys/inotify.h DBUS_BUS_ENABLE_INOTIFY) check_symbol_exists(backtrace "execinfo.h" HAVE_BACKTRACE) # dbus-sysdeps.c, dbus-sysdeps-win.c check_symbol_exists(getgrouplist "grp.h" HAVE_GETGROUPLIST) # dbus-sysdeps.c