xf86-video-ati: remove unneeded dependency of libXcomposite

This commit is contained in:
Emil Velikov 2017-10-29 13:17:49 +00:00
parent 414b6bbeae
commit 630236ba69

View File

@ -23,7 +23,7 @@ PKG_ARCH="x86_64"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://www.x.org/" PKG_SITE="http://www.x.org/"
PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain libXcomposite xorg-server" PKG_DEPENDS_TARGET="toolchain xorg-server"
PKG_SECTION="x11/driver" PKG_SECTION="x11/driver"
PKG_SHORTDESC="xf86-video-ati: The Xorg driver for ATI video chips" PKG_SHORTDESC="xf86-video-ati: The Xorg driver for ATI video chips"
PKG_LONGDESC="The ati driver supports various ATi, know AMD, video chips." PKG_LONGDESC="The ati driver supports various ATi, know AMD, video chips."