diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-02-15 14:59:57 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-02-15 14:59:57 +0800 |
commit | 934b2de85e33fd2d4a7bf9abe12dcdeb743ff418 (patch) | |
tree | d02990c3dcc9769e7d9be24ebe54affb406fc130 /indra/newview | |
parent | 94c9e0a17bc15c6f0f691484b0b616726b9b10fc (diff) |
Arch shouldn't pull freealut (& openal) for now
since the mode that's not breaking CEF is when using FMOD.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/PKGBUILD.in | 2 |
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" |