Make PulseAudioQt required dependency when WITH_PULSEAUDIO option is set
This commit is contained in:
parent
b8c6e529ba
commit
8ea717b363
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ endif()
|
|||
if(UNIX AND NOT APPLE)
|
||||
find_package(KF${QT_MAJOR_VERSION}Package REQUIRED)
|
||||
if (WITH_PULSEAUDIO)
|
||||
find_package(KF${QT_MAJOR_VERSION}PulseAudioQt)
|
||||
find_package(KF${QT_MAJOR_VERSION}PulseAudioQt REQUIRED)
|
||||
endif()
|
||||
find_package(QtWaylandScanner REQUIRED)
|
||||
find_package(Wayland 1.9 REQUIRED Client)
|
||||
|
|
Loading…
Reference in a new issue