xf86-video-nvidia-legacy: add PKG_DEPENDS_UNPACK; flag as kernel package

This commit is contained in:
MilhouseVH 2019-12-15 19:26:05 +00:00 committed by Andre Heider
parent d35a8554f1
commit 23cb547b78

View File

@ -9,11 +9,13 @@ PKG_ARCH="x86_64"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.nvidia.com/"
PKG_URL="http://us.download.nvidia.com/XFree86/Linux-x86_64/$PKG_VERSION/NVIDIA-Linux-x86_64-$PKG_VERSION-no-compat32.run"
PKG_DEPENDS_TARGET="toolchain util-macros linux xorg-server libvdpau"
PKG_DEPENDS_TARGET="util-macros xorg-server libvdpau"
PKG_NEED_UNPACK="$LINUX_DEPENDS"
PKG_LONGDESC="The Xorg driver for NVIDIA video chips supporting Geforce 6 and Geforce 7 devices."
PKG_TOOLCHAIN="manual"
PKG_IS_KERNEL_PKG="yes"
unpack() {
[ -d $PKG_BUILD ] && rm -rf $PKG_BUILD