xcb-util-keysyms: Remove no longer necessary symlink

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-11-01 04:53:58 +09:00
parent 4b03839f0c
commit 688759084e
1 changed files with 0 additions and 7 deletions

View File

@ -7,10 +7,3 @@ TERMUX_PKG_SRCURL=https://xcb.freedesktop.org/dist/xcb-util-keysyms-${TERMUX_PKG
TERMUX_PKG_SHA256=7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638
TERMUX_PKG_DEPENDS="libxcb"
TERMUX_PKG_BUILD_DEPENDS="xorg-util-macros"
termux_step_post_massage() {
cd ${TERMUX_PKG_MASSAGEDIR}/${TERMUX_PREFIX}/lib || exit 1
if [ ! -e "./libxcb-keysyms.so.1" ]; then
ln -sf libxcb-keysyms.so libxcb-keysyms.so.1
fi
}