summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-08-22 16:53:40 +0800
committerErik Kundiman <erik@megapahit.org>2026-08-22 16:53:40 +0800
commit07ea6d2e85bcdf48787feacecf12918e9a8f89da (patch)
treea1753155d16d453c0ccf81f909c932fbe3484cfd /indra/newview
parent7845ea584611b5bd81ad9dea226933b1444865f3 (diff)
Lock cef version dep on Arch to before 151.3.23
on x86-64 as it breaks web media. 151.3.18 is the latest version known to work.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 81ac89695b..cc8e3ddea3 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -2356,7 +2356,7 @@ if (LINUX)
if (PACKAGE)
if (${LINUX_DISTRO} MATCHES arch)
if (CMAKE_SYSTEM_PROCESSOR MATCHES x86_64)
- set(ARCH_DEPS cef)
+ set(ARCH_DEPS 'cef<151.3.23')
else ()
set(ARCH_DEPS "at-spi2-core minizip")
endif ()