steam: do not depend on libGL-32; it's assumed it will be available.
This commit is contained in:
parent
6ba68b8188
commit
03eb11220f
|
@ -4,7 +4,7 @@ only_for_archs="i686 x86_64"
|
|||
|
||||
pkgname=steam
|
||||
version=1.0.0.47
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=steam
|
||||
makedepends="curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
||||
depends="${makedepends}"
|
||||
|
@ -16,10 +16,6 @@ homepage="http://steampowered.com/"
|
|||
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
|
||||
checksum=1de4e1abe5bb3eecbde66d66c238ff79d083d31897f0c008f5e345889d9deac3
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
depends+=" libGL-32"
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
|
||||
|
|
Loading…
Reference in New Issue