mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 01:14:36 +08:00
correction of libgl dep for nvidia-173xx-utils
This commit is contained in:
parent
73ac6c688e
commit
9681294613
@ -9,14 +9,15 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|||||||
|
|
||||||
pkgname=nvidia-173xx-utils
|
pkgname=nvidia-173xx-utils
|
||||||
pkgver=173.14.31
|
pkgver=173.14.31
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="NVIDIA drivers utilities and libraries, 173xx branch."
|
pkgdesc="NVIDIA drivers utilities and libraries, 173xx branch."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
[ "$CARCH" = "i686" ] && ARCH=x86
|
[ "$CARCH" = "i686" ] && ARCH=x86
|
||||||
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
|
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
|
||||||
url="http://www.nvidia.com/"
|
url="http://www.nvidia.com/"
|
||||||
depends=('xorg-server' 'libgl')
|
depends=('xorg-server')
|
||||||
conflicts=('nvidia-utils')
|
conflicts=('nvidia-utils' 'libgl')
|
||||||
|
provides=('libgl')
|
||||||
optdepends=('gtk2: nvidia-settings' 'pkgconfig: nvidia-xconfig')
|
optdepends=('gtk2: nvidia-settings' 'pkgconfig: nvidia-xconfig')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
install=nvidia.install
|
install=nvidia.install
|
||||||
|
Loading…
Reference in New Issue
Block a user