libxdmcp: depend on xorgproto

This commit is contained in:
Henrik Grimler 2019-11-28 13:54:43 +01:00 committed by Leonid Pliushch
parent 2994660234
commit 2bf2bb39e6
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ TERMUX_PKG_DESCRIPTION="X11 Display Manager Control Protocol library"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=1.1.3
TERMUX_PKG_REVISION=7
TERMUX_PKG_REVISION=8
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/lib/libXdmcp-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529
TERMUX_PKG_DEPENDS="xorgproto"
TERMUX_PKG_BUILD_DEPENDS="xorg-util-macros"