audacious-base: fix build

This commit is contained in:
classabbyamp 2024-05-20 16:54:31 -04:00
parent e158e4286f
commit 0e6e926d91
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ build_options="gtk3 qt"
build_options_default="qt"
vopt_conflict gtk3 qt
pre_configure() {
# Meson uses paths from pkg-config which is /usr/lib32/qt6 when cross compiling 32-bit
# Work around this for now
export PATH="/usr/lib/qt6/libexec/:$PATH"
}
post_install() {
vlicense COPYING
}