diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-22 15:29:57 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-22 15:29:57 +0000 |
commit | 71efe007b233cf276d2c5a8b4fb1749f6187dd71 (patch) | |
tree | bf8de9e0e22e69b61499fe2cbf369839729d3d87 /indra/media_plugins/webkit/CMakeLists.txt | |
parent | fa1bae00935b9fc64698b79ce0a6bf19cca2be25 (diff) |
start dynamic sym loading work.
Diffstat (limited to 'indra/media_plugins/webkit/CMakeLists.txt')
-rw-r--r-- | indra/media_plugins/webkit/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/media_plugins/webkit/CMakeLists.txt b/indra/media_plugins/webkit/CMakeLists.txt index a43680bb16..3ab5522386 100644 --- a/indra/media_plugins/webkit/CMakeLists.txt +++ b/indra/media_plugins/webkit/CMakeLists.txt @@ -46,8 +46,6 @@ if (LINUX) list(APPEND media_plugin_webkit_SOURCE_FILES linux_volume_catcher.cpp) list(APPEND media_plugin_webkit_LINK_LIBRARIES ${UI_LIBRARIES} # for glib/GTK - pulse - pulse-mainloop-glib ) endif (LINUX) |