libXcursor: fix build depends

closes #1629
This commit is contained in:
Stefan Saraev 2013-07-14 21:17:56 +03:00
parent b4b05f82a0
commit 1a5ff2007a

View File

@ -26,7 +26,7 @@ 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="libXfixes libXrender libX11"
PKG_BUILD_DEPENDS="toolchain"
PKG_BUILD_DEPENDS="toolchain libX11 libXfixes libXrender"
PKG_PRIORITY="optional"
PKG_SECTION="x11/lib"
PKG_SHORTDESC="libXcursor: X Cursor Library"