termux-packages/x11-packages/qt5-qtbase/qt5-qtbase-cross-tools.subpackage.sh
Simeon Huang 49706cbec9
add a new package for qt-5.12.10 base submodule
Fix the weird crashing issues when using xcb platform
The cause was xinput (though root issue unknown yet).
configuring with `-no-xcb-xinput` fixes the issue
2022-04-18 14:46:23 +05:30

8 lines
199 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Tools for cross build on the host machine"
TERMUX_SUBPKG_DEPENDS="qt5-qtbase"
TERMUX_SUBPKG_INCLUDE="
opt/qt/cross/bin/*
opt/qt/cross/lib/*
lib/qt/mkspecs/termux-cross/*
"