x11/libXau add missing dependency

after the recent update to xorg server 2.0 I got an error when building libXau that
no package xproto was found. Looking at the PR https://github.com/LibreELEC/LibreELEC.tv/pull/2651
I saw it was changed to xorgproto. Adding it to the dependencies fixed the build
This commit is contained in:
Lukas Obermann 2018-06-17 14:51:07 +02:00
parent 226395f257
commit 5ab6901698

View File

@ -24,7 +24,7 @@ PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain util-macros"
PKG_DEPENDS_TARGET="toolchain util-macros xorgproto"
PKG_SECTION="x11/lib"
PKG_SHORTDESC="libXau: X authorization file management libary"
PKG_LONGDESC="X authorization file management libary"