xcb-util-renderutil: Remove no longer necessary symlink

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

View File

@ -9,10 +9,3 @@ TERMUX_PKG_SRCURL=https://xcb.freedesktop.org/dist/xcb-util-renderutil-${TERMUX_
TERMUX_PKG_SHA256=3e15d4f0e22d8ddbfbb9f5d77db43eacd7a304029bf25a6166cc63caa96d04ba
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-render-util.so.0" ]; then
ln -sf libxcb-render-util.so libxcb-render-util.so.0
fi
}