From 1efff804b4daa5ca3160a7e4509629e78d3964b7 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Mon, 19 Jan 2015 15:33:19 +0000
Subject: [PATCH] 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.

---
 indra/newview/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 2b669bb21df..d3ac1612add 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
     )
 
-- 
GitLab