mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue