audacious-plugins: fix cross

for some reason, this fails to configure on cross with this option enabled

probably caused by:
cbbd7743f7
This commit is contained in:
classabbyamp 2023-05-01 04:17:19 -04:00
parent a05f1ded59
commit 337c99434b
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ build_options="gtk3 qt"
build_options_default="qt"
vopt_conflict gtk3 qt
if [ -n "$CROSS_BUILD" ]; then
# fails to configure: FileNotFoundError: [Errno 2] No such file or directory: '/usr/include/qt6'
configure_args+=" -Dhotkey=false"
fi
post_install() {
vlicense COPYING
}