Date: Thursday, March 18, 2010 @ 15:10:41
Author: andyrtr
Revision: 72612
remove versioned dep on libgl to keep it working with packages that provide a
non versioned libgl, e.g. nvidia-utils
Modified:
xorg-server/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-03-18 18:48:19 UTC (rev 72611)
+++ PKGBUILD 2010-03-18 19:10:41 UTC (rev 72612)
@@ -8,7 +8,7 @@
arch=('i686' 'x86_64')
license=('custom')
url="http://xorg.freedesktop.org"
-depends=('hal>=0.5.14' 'libgl>=7.7.0.901' 'libxfont>=1.4.1' 'openssl>=0.9.8k'
'libpciaccess>=0.10.9' 'libxv>=1.0.5' 'pixman>=0.16.6' 'xcursor-themes>=1.0.2'
'xkeyboard-config>=1.8' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps'
'diffutils' 'xf86-input-evdev>=2.2.5' 'inputproto>=2.0')
+depends=('hal>=0.5.14' 'libgl' 'libxfont>=1.4.1' 'openssl>=0.9.8k'
'libpciaccess>=0.10.9' 'libxv>=1.0.5' 'pixman>=0.16.6' 'xcursor-themes>=1.0.2'
'xkeyboard-config>=1.8' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps'
'diffutils' 'xf86-input-evdev>=2.2.5' 'inputproto>=2.0')
makedepends=('libx11>=1.3' 'mesa>=7.7.0.901' 'xf86driproto>=2.1.0'
'xtrans>=1.2.4' 'libxkbfile>=1.0.6' 'randrproto>=1.3.1' 'renderproto>=0.11'
'xcmiscproto>=1.2.0' 'bigreqsproto>=1.1.0' 'resourceproto>=1.1.0'
'videoproto>=2.3.0' 'compositeproto>=0.4.1' 'scrnsaverproto>=1.2.0'
'xf86dgaproto>=2.1' 'libgl>=7.7' 'glproto>=1.4.10' 'xorg-util-macros>=1.3.0'
'xineramaproto>=1.2' 'recordproto')
conflicts=('catalyst-utils<=9.2' 'xf86-input-calcomp' 'xf86-input-citron'
'xf86-input-digitaledge' 'xf86-input-dmc' 'xf86-input-dynapro'
'xf86-input-elo2300'
'xf86-input-jamstudio' 'xf86-input-magellan' 'xf86-input-magictouch'
'xf86-input-microtouch' 'xf86-input-palmax' 'xf86-input-spaceorb'
'xf86-input-summa' 'xf86-input-tek4957' 'xf86-input-ur98' 'xf86-video-vga'
'xf86-video-intel-legacy' 'nvidia-96xx-utils<96.43.14'
'nvidia-173xx-utils<173.14.21')