summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-07-23 22:42:16 +0800
committerErik Kundiman <erik@megapahit.org>2026-07-23 22:46:17 +0800
commit3da3b4c0827d9f47ff073f5b25ab430c05e49899 (patch)
tree39218618d671751646d82d9164104b342d983979 /indra/cmake
parent3518e8a432e826f62e598e6af43ab388d57b53a2 (diff)
Revert "Links to some system libs & bundle some others for CEF"
This reverts commit 3441a57e91f607b8beaa12424bcf71117cedade2. Also includes both libGLESv2.so & libvulkan.so.1 to the stripping part. Also reorder the list alphabetically (and case-ically). Presence of libGLESv2.so on the system isn't mandatory any more now on Debian/Ubuntu. This fixes the WebGL being disabled on affected distros.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/CEFPlugin.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/CEFPlugin.cmake b/indra/cmake/CEFPlugin.cmake
index 81942a5799..1fc28ad415 100644
--- a/indra/cmake/CEFPlugin.cmake
+++ b/indra/cmake/CEFPlugin.cmake
@@ -306,7 +306,9 @@ elseif (LINUX)
bin/release/chrome-sandbox
bin/release/dullahan_host
lib/release/libEGL.so
+ lib/release/libGLESv2.so
lib/release/libvk_swiftshader.so
+ lib/release/libvulkan.so.1
WORKING_DIRECTORY ${LIBS_PREBUILT_DIR}
)
endif ()