diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
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 () |
