VWR-23181 (port of SNOW-650) 'Tries to build pulseaudio when pulseaudio not found.'

Tofu Linden 2010-09-25 10:37:59 +01:00
parent e2c6e1784e
commit b9f5ced5bb
2 changed files with 3 additions and 2 deletions

View File

@ -651,6 +651,7 @@ Teardrops Fall
Techwolf Lupindo
SNOW-92
SNOW-649
SNOW-650
SNOW-687
SNOW-680
SNOW-681

View File

@ -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
)