diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-12-01 02:18:18 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-01 03:03:31 -0500 |
commit | 8bb6352802769d08ded5379d3e613498c3facc39 (patch) | |
tree | ecaa28a1515f542a6fcb432e9e6f29fe8ba0e1d8 /app-emulation | |
parent | app-emulation/wine-proton: update winemenubuilder revert (diff) | |
download | gentoo-8bb6352802769d08ded5379d3e613498c3facc39.tar.gz gentoo-8bb6352802769d08ded5379d3e613498c3facc39.tar.bz2 gentoo-8bb6352802769d08ded5379d3e613498c3facc39.zip |
app-emulation/wine-proton: update live further
Unfortunately no switch to skip amdgpu even for non-amd users,
may consider patching later but not going to worry too much
about it in live.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild index c1f1e47064f1..c41b7ac24d27 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild @@ -66,7 +66,7 @@ WINE_COMMON_DEPEND=" sys-devel/gcc:* x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] - x11-libs/libdrm[${MULTILIB_USEDEP}] + x11-libs/libdrm[video_cards_amdgpu,${MULTILIB_USEDEP}] alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) gstreamer? ( dev-libs/glib:2[${MULTILIB_USEDEP}] |