This commit is contained in:
Gerben Jan Dijkman 2024-05-22 09:04:37 +02:00
parent 9c2aa4a1a7
commit 94baf9e0c2

View File

@ -713,19 +713,19 @@ src_prepare() {
third_party/xdg-utils third_party/xdg-utils
) )
# USE=system-*
if ! use system-aom; then if ! use system-aom; then
keeplibs+=( third_party/libaom keeplibs+=( third_party/libaom )
keeplibs+=( third_party/libaom/source/libaom/third_party/fastfeat ) keeplibs+=( third_party/libaom/source/libaom/third_party/fastfeat )
keeplibs+=( third_party/libaom/source/libaom/third_party/SVT-AV1 ) keeplibs+=( third_party/libaom/source/libaom/third_party/SVT-AV1 )
keeplibs+=( third_party/libaom/source/libaom/third_party/vector ) keeplibs+=( third_party/libaom/source/libaom/third_party/vector )
keeplibs+=( third_party/libaom/source/libaom/third_party/x86inc ) keeplibs+=( third_party/libaom/source/libaom/third_party/x86inc )
fi fi
# USE=system-*
if ! use system-harfbuzz; then if ! use system-harfbuzz; then
keeplibs+=( third_party/harfbuzz-ng ) keeplibs+=( third_party/harfbuzz-ng )
fi fi
if ! use system-icu; then if ! use system-icu; then
keeplibs+=( third_party/icu ) keeplibs+=( third_party/icu )
fi fi