mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
xf86-video-nvidia: add PKG_DEPENDS_UNPACK; flag as kernel package
This commit is contained in:
parent
a98010df72
commit
d35a8554f1
@ -12,11 +12,12 @@ PKG_ARCH="x86_64"
|
|||||||
PKG_LICENSE="nonfree"
|
PKG_LICENSE="nonfree"
|
||||||
PKG_SITE="http://www.nvidia.com/"
|
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_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 libglvnd"
|
PKG_DEPENDS_TARGET="util-macros xorg-server libvdpau libglvnd"
|
||||||
PKG_NEED_UNPACK="${LINUX_DEPENDS}"
|
|
||||||
PKG_LONGDESC="The Xorg driver for NVIDIA video chips."
|
PKG_LONGDESC="The Xorg driver for NVIDIA video chips."
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
|
PKG_IS_KERNEL_PKG="yes"
|
||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
[ -d ${PKG_BUILD} ] && rm -rf ${PKG_BUILD}
|
[ -d ${PKG_BUILD} ] && rm -rf ${PKG_BUILD}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user