VWR-23181 (port of SNOW-650) 'Tries to build pulseaudio when pulseaudio not found.'
parent
e2c6e1784e
commit
b9f5ced5bb
|
|
@ -651,6 +651,7 @@ Teardrops Fall
|
|||
Techwolf Lupindo
|
||||
SNOW-92
|
||||
SNOW-649
|
||||
SNOW-650
|
||||
SNOW-687
|
||||
SNOW-680
|
||||
SNOW-681
|
||||
|
|
|
|||
|
|
@ -51,9 +51,9 @@ set(media_plugin_webkit_LINK_LIBRARIES
|
|||
|
||||
# Select which VolumeCatcher implementation to use
|
||||
if (LINUX)
|
||||
if (PULSEAUDIO)
|
||||
if (PULSEAUDIO_FOUND)
|
||||
list(APPEND media_plugin_webkit_SOURCE_FILES linux_volume_catcher.cpp)
|
||||
endif (PULSEAUDIO)
|
||||
endif (PULSEAUDIO_FOUND)
|
||||
list(APPEND media_plugin_webkit_LINK_LIBRARIES
|
||||
${UI_LIBRARIES} # for glib/GTK
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue