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:
parent
a05f1ded59
commit
337c99434b
|
@ -24,6 +24,11 @@ build_options="gtk3 qt"
|
||||||
build_options_default="qt"
|
build_options_default="qt"
|
||||||
vopt_conflict gtk3 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() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue