summaryrefslogtreecommitdiff
path: root/indra/media_plugins
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-22 11:12:54 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-22 11:12:54 +0000
commit68ebf9d5a508f13487208c0e861078f4563a11b7 (patch)
tree478a46020d362c48f647394f39e0a3ab9469f642 /indra/media_plugins
parent79f05f9d279dc72c795ecaca6a51f976667962ae (diff)
start of work on EXT-5601 Linux: volume adjustment of web-based media / Flash
these libs are a temporary requirement - we'll dlopen() them when this is finished.
Diffstat (limited to 'indra/media_plugins')
-rw-r--r--indra/media_plugins/webkit/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/media_plugins/webkit/CMakeLists.txt b/indra/media_plugins/webkit/CMakeLists.txt
index 4512c22b5d..a9e202da99 100644
--- a/indra/media_plugins/webkit/CMakeLists.txt
+++ b/indra/media_plugins/webkit/CMakeLists.txt
@@ -50,6 +50,8 @@ set(media_plugin_webkit_LINK_LIBRARIES
if (LINUX)
list(APPEND media_plugin_webkit_LINK_LIBRARIES
${UI_LIBRARIES} # for glib/GTK
+ pulse
+ pulse-mainloop-glib
)
endif (LINUX)