mirror of
https://github.com/gentoo-mirror/steam-overlay.git
synced 2025-04-04 01:18:35 -04:00
games-util/steam-launcher: Tweak video-related dependencies
Closes: https://github.com/anyc/steam-overlay/issues/364 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
parent
4ae22493ca
commit
d93137ae25
@ -11,6 +11,7 @@ inherit desktop linux-info pax-utils prefix xdg
|
||||
DESCRIPTION="Installer, launcher and supplementary files for Valve's Steam client"
|
||||
HOMEPAGE="https://store.steampowered.com"
|
||||
SRC_URI="https://repo.steampowered.com/steam/archive/stable/steam_${PV}.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="ValveSteamLicense MIT"
|
||||
SLOT="0"
|
||||
@ -30,6 +31,7 @@ RDEPEND="
|
||||
sys-process/lsof
|
||||
virtual/opengl[abi_x86_32]
|
||||
virtual/ttf-fonts
|
||||
x11-libs/libdrm[abi_x86_32]
|
||||
!x11-misc/virtualgl[-abi_x86_32]
|
||||
|
||||
steamruntime? (
|
||||
@ -60,7 +62,6 @@ RDEPEND="
|
||||
virtual/libusb[abi_x86_32]
|
||||
x11-libs/gdk-pixbuf[abi_x86_32]
|
||||
x11-libs/gtk+:2[abi_x86_32]
|
||||
x11-libs/libdrm[abi_x86_32]
|
||||
x11-libs/libICE[abi_x86_32]
|
||||
x11-libs/libSM[abi_x86_32]
|
||||
x11-libs/libvdpau[abi_x86_32]
|
||||
@ -92,7 +93,9 @@ RDEPEND="
|
||||
!pulseaudio? ( media-sound/apulse[abi_x86_32] )
|
||||
!steamruntime? ( games-util/esteam )
|
||||
steamvr? ( sys-apps/usbutils )
|
||||
video_cards_nvidia? ( x11-drivers/nvidia-drivers[abi_x86_32] )
|
||||
|
||||
!video_cards_nvidia? ( media-libs/mesa[abi_x86_32,opengl,X] )
|
||||
video_cards_nvidia? ( x11-drivers/nvidia-drivers[abi_x86_32,X] )
|
||||
|
||||
joystick? (
|
||||
udev? ( games-util/game-device-udev-rules )
|
||||
@ -106,8 +109,6 @@ RDEPEND="
|
||||
>=sys-libs/glibc-2.15[multilib]
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
pkg_setup() {
|
||||
linux-info_pkg_setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user