mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-03 12:47:31 +01:00
Make dbus optional to please CI
This commit is contained in:
parent
caedd6bcf4
commit
4321ecf7d2
@ -49,11 +49,7 @@ find_package(PkgConfig REQUIRED)
|
|||||||
find_package(Protobuf REQUIRED)
|
find_package(Protobuf REQUIRED)
|
||||||
find_package(FFTW3)
|
find_package(FFTW3)
|
||||||
find_package(ALSA)
|
find_package(ALSA)
|
||||||
if(LINUX)
|
|
||||||
pkg_check_modules(DBUS REQUIRED dbus-1)
|
|
||||||
else(LINUX)
|
|
||||||
pkg_check_modules(DBUS dbus-1)
|
pkg_check_modules(DBUS dbus-1)
|
||||||
endif(LINUX)
|
|
||||||
if (NOT APPLE)
|
if (NOT APPLE)
|
||||||
find_package(X11)
|
find_package(X11)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user