audacious-base: fix build
This commit is contained in:
parent
e158e4286f
commit
0e6e926d91
@ -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…
x
Reference in New Issue
Block a user