We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44367a commit cb22d51Copy full SHA for cb22d51
common/build-helper/meson.sh
@@ -71,6 +71,8 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
71
g-ir-generate = '${XBPS_CROSS_BASE}/usr/bin/g-ir-generate'
72
llvm-config = 'llvm-config-qemu'
73
cups-config = '${XBPS_CROSS_BASE}/usr/bin/cups-config'
74
+ qmake6 = '${XBPS_WRAPPERDIR}/qmake6'
75
+ qmake5 = '${XBPS_WRAPPERDIR}/qmake5'
76
77
[properties]
78
needs_exe_wrapper = true
0 commit comments