Home
last modified time | relevance | path

Searched defs:DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX (Results 1 – 2 of 2) sorted by relevance

/external/dbus/
Dconfigure.ac1060 AC_DEFINE(DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX,1,[Use dnotify on Linux]) definition
1063 AM_CONDITIONAL(DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX, test x$have_dnotify = xyes) condition
/external/dbus/cmake/
DCMakeLists.txt282 …option (DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX "build with dnotify support (linux only)" ON) # add a che… option