steam: do not depend on libGL-32; it's assumed it will be available.

This commit is contained in:
Juan RP 2014-03-06 19:10:13 +01:00
parent 6ba68b8188
commit 03eb11220f
1 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,7 @@ only_for_archs="i686 x86_64"
pkgname=steam pkgname=steam
version=1.0.0.47 version=1.0.0.47
revision=1 revision=2
wrksrc=steam wrksrc=steam
makedepends="curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf" makedepends="curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
depends="${makedepends}" depends="${makedepends}"
@ -16,10 +16,6 @@ homepage="http://steampowered.com/"
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz" distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
checksum=1de4e1abe5bb3eecbde66d66c238ff79d083d31897f0c008f5e345889d9deac3 checksum=1de4e1abe5bb3eecbde66d66c238ff79d083d31897f0c008f5e345889d9deac3
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
depends+=" libGL-32"
fi
do_install() { do_install() {
make DESTDIR=${DESTDIR} install make DESTDIR=${DESTDIR} install