mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #2780 from lobermann/libXau_fix
fix missing dependency in libXau
This commit is contained in:
commit
196403b8fd
@ -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