diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-27 13:36:18 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-27 13:36:18 +0100 |
| commit | 5c9d878d8c2da0d413aa6b0976faa595382681c2 (patch) | |
| tree | 03ccc753518645b57e4556fffe56ce5b44cfb176 /indra/media_plugins/webkit | |
| parent | 7cd8557ff7008580eedda5b5131a2632dbe6206b (diff) | |
| parent | 2f29c3511422e29bbdefa43af2fc3fc785c38c86 (diff) | |
merge
Diffstat (limited to 'indra/media_plugins/webkit')
| -rw-r--r-- | indra/media_plugins/webkit/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/media_plugins/webkit/CMakeLists.txt b/indra/media_plugins/webkit/CMakeLists.txt index d576638dd7..619b4baeef 100644 --- a/indra/media_plugins/webkit/CMakeLists.txt +++ b/indra/media_plugins/webkit/CMakeLists.txt @@ -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 ) |
