mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
mpris: also accept -DUSE_BASU=1 or -DUSE_BASU=ON
This commit is contained in:
parent
b403527131
commit
2ee3970919
@ -2,9 +2,9 @@ set (mpris_SOURCES
|
||||
mpris.cpp
|
||||
dbus.cpp)
|
||||
|
||||
if (USE_ELOGIND MATCHES "true")
|
||||
if (USE_ELOGIND)
|
||||
set(SDBUS "libelogind >= 239.3")
|
||||
elseif (USE_BASU MATCHES "true")
|
||||
elseif (USE_BASU)
|
||||
set(SDBUS "basu")
|
||||
else()
|
||||
set(SDBUS "libsystemd")
|
||||
|
Loading…
Reference in New Issue
Block a user