summaryrefslogtreecommitdiff
path: root/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-01-19 15:33:19 +0000
committerNat Goodspeed <nat@lindenlab.com>2015-01-19 15:33:19 +0000
commit1efff804b4daa5ca3160a7e4509629e78d3964b7 (patch)
treea523cf0d3bfdee076a9629de7f76dcb297a4dbe9 /indra/newview/CMakeLists.txt
parent2cb5dc973506562120751d343e852b007b73df78 (diff)
On Linux, don't try to copy SLPlugin or the webkit or gstreamer plugins
since we're not building them as part of the viewer build any more.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-xindra/newview/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 2b669bb21d..d3ac1612ad 100755
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1992,9 +1992,9 @@ if (LINUX)
set(COPY_INPUT_DEPENDENCIES
${VIEWER_BINARY_NAME}
linux-crash-logger
- SLPlugin
- media_plugin_webkit
- media_plugin_gstreamer010
+## SLPlugin
+## media_plugin_webkit
+## media_plugin_gstreamer010
llcommon
)