mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
226395f257
commit
5ab6901698
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user