diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-01-19 15:33:19 +0000 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-01-19 15:33:19 +0000 |
commit | 1efff804b4daa5ca3160a7e4509629e78d3964b7 (patch) | |
tree | a523cf0d3bfdee076a9629de7f76dcb297a4dbe9 /indra/newview/CMakeLists.txt | |
parent | 2cb5dc973506562120751d343e852b007b73df78 (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-x | indra/newview/CMakeLists.txt | 6 |
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 ) |