common/build-helper/meson: set qmake wrapper path when crosscompiling

This commit is contained in:
John 2025-08-24 02:03:05 +02:00 committed by John Zimmermann
parent 8ad4185c29
commit 8943ef47a9

View file

@ -71,6 +71,8 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
g-ir-generate = '${XBPS_CROSS_BASE}/usr/bin/g-ir-generate'
llvm-config = 'llvm-config-qemu'
cups-config = '${XBPS_CROSS_BASE}/usr/bin/cups-config'
qmake6 = 'qmake6'
qmake5 = 'qmake5'
[properties]
needs_exe_wrapper = true