summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-02-15 14:59:57 +0800
committerErik Kundiman <erik@megapahit.org>2025-02-15 14:59:57 +0800
commit934b2de85e33fd2d4a7bf9abe12dcdeb743ff418 (patch)
treed02990c3dcc9769e7d9be24ebe54affb406fc130
parent94c9e0a17bc15c6f0f691484b0b616726b9b10fc (diff)
Arch shouldn't pull freealut (& openal) for now
since the mode that's not breaking CEF is when using FMOD.
-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 d917f216b6..f288b12287 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 boost-libs fltk glu hunspell libnghttp2 sdl2 uriparser vlc libvorbis)
+depends=(apr-util boost-libs fltk glu hunspell libnghttp2 sdl2 uriparser vlc libvorbis)
package() {
cd "$startdir"