correction of libgl dep for nvidia-173xx-utils

This commit is contained in:
abveritas 2011-10-29 22:24:16 +00:00
parent 73ac6c688e
commit 9681294613

View File

@ -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