]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Add missing setup of DBUS_BUS_ENABLE_INOTIFY
authorRalf Habacker <ralf.habacker@freenet.de>
Tue, 16 Oct 2018 12:00:17 +0000 (14:00 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Sat, 20 Oct 2018 11:53:14 +0000 (13:53 +0200)
Bug: https://gitlab.freedesktop.org/dbus/dbus/issues/117
Reviewed-by: Simon McVittie <smcv@collabora.com>
cmake/ConfigureChecks.cmake

index a9a5fc90950c0171db5563ceba31699458afaa7f..3355ce04e475a104e1b4ed93cb4ca628a43c1e93 100644 (file)
@@ -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