summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-05-26 19:47:39 +0700
committerErik Kundiman <erik@megapahit.org>2026-05-26 19:50:26 +0700
commit06810358cd6e92b0eef8d02464a56c9bc3969057 (patch)
treed37316d73117f1a5584a5e55142879083d2e2a87 /indra/newview
parentd8f5cc0f9ac38e8fdbf674664c38ba5f0ee3996a (diff)
Arch package links to system CEF instead of bundling it
Arch's system CEF version is 147 so we choose Dullahan version 1.30.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/PKGBUILD.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/PKGBUILD.in b/indra/newview/PKGBUILD.in
index 3de9558000..b2830ed145 100644
--- a/indra/newview/PKGBUILD.in
+++ b/indra/newview/PKGBUILD.in
@@ -6,7 +6,7 @@ pkgdesc="${VIEWER_PACKAGE_COMMENT}"
arch=('${CMAKE_SYSTEM_PROCESSOR}')
url="https://${VIEWER_PACKAGE_DOMAIN_NAME}"
license=('LGPL-2.1')
-depends=(freealut apr-util at-spi2-core boost-libs fltk glu hunspell libnghttp2 openjpeg2 sdl2 vlc libvorbis)
+depends=(freealut apr-util at-spi2-core boost-libs cef fltk glu hunspell libnghttp2 openjpeg2 sdl2 vlc libvorbis)
package() {
cd "$startdir"