summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-29 14:25:30 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-29 14:25:30 +0800
commit7fb72b646d7f13caa8e4ec392da09caf1ecd00f0 (patch)
treeca1f1ad6080dfd9fb5cc36bf2c579992e1c23a58 /indra/newview
parent5776c0a692ad2848339d3bef9cae18032d6ad23a (diff)
Revert "VLC & CEF aren't deps when no media plugins on mac"
This reverts commit f4c8949ac66d08263845f60a7cef2ecb9c77079b.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 0f5bb57bea..74805178b6 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -2081,11 +2081,7 @@ if (DARWIN)
${CMAKE_CURRENT_SOURCE_DIR}/viewer_manifest.py
)
- if (ENABLE_MEDIA_PLUGINS)
add_dependencies(${VIEWER_BINARY_NAME} SLPlugin media_plugin_libvlc media_plugin_cef)
- else ()
- add_dependencies(${VIEWER_BINARY_NAME} SLPlugin)
- endif ()
if (ENABLE_SIGNING)
set(SIGNING_SETTING "--signature=${SIGNING_IDENTITY}")