Skip to content

Commit e07c001

Browse files
committed
common: add qt host binaries to meson cross profile
When cross building 32 bit qt6 packages on 64 bit hosts the qt6 host tools are not found, because the path is determined via pkgconfig which points to /usr/lib32. Adding the required binaries to the cross profile as a workaround to resolve this.
1 parent 7e5729c commit e07c001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/build-helper/meson.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
7676
cups-config = '${XBPS_CROSS_BASE}/usr/bin/cups-config'
7777
qmake6 = 'qmake6'
7878
qmake5 = 'qmake5'
79+
moc = '/usr/lib/qt6/libexec/moc'
80+
rcc = '/usr/lib/qt6/libexec/rcc'
7981
8082
[properties]
8183
needs_exe_wrapper = true

0 commit comments

Comments
 (0)