mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
audacious-base: fix build
This commit is contained in:
parent
e158e4286f
commit
0e6e926d91
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ build_options="gtk3 qt"
|
||||||
build_options_default="qt"
|
build_options_default="qt"
|
||||||
vopt_conflict gtk3 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() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue