CMakeLists: add QUIET to Dbus1 find_package()
* Android doesn't have dbus, logspam is annoying
This commit is contained in:
parent
604bf609d0
commit
dd659c9815
@ -709,7 +709,7 @@ set(CORE_OBJS
|
||||
|
||||
set(HAVE_RTKIT 0)
|
||||
option(ALSOFT_REQUIRE_RTKIT "Require RTKit/D-Bus support" FALSE)
|
||||
find_package(DBus1)
|
||||
find_package(DBus1 QUIET)
|
||||
if(DBus1_FOUND)
|
||||
option(ALSOFT_RTKIT "Enable RTKit support" ON)
|
||||
if(ALSOFT_RTKIT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user