mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 16:17:18 +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
|
||||
pkgver=173.14.31
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="NVIDIA drivers utilities and libraries, 173xx branch."
|
||||
arch=('i686' 'x86_64')
|
||||
[ "$CARCH" = "i686" ] && ARCH=x86
|
||||
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
|
||||
url="http://www.nvidia.com/"
|
||||
depends=('xorg-server' 'libgl')
|
||||
conflicts=('nvidia-utils')
|
||||
depends=('xorg-server')
|
||||
conflicts=('nvidia-utils' 'libgl')
|
||||
provides=('libgl')
|
||||
optdepends=('gtk2: nvidia-settings' 'pkgconfig: nvidia-xconfig')
|
||||
license=('custom')
|
||||
install=nvidia.install
|
||||
|
Loading…
Reference in New Issue
Block a user