WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9918158

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 a7c0bcc commit 9918158

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)