summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-11-15 00:29:27 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-11-15 00:55:28 -0500
commit91be10f719150e2d40c1d859f9f198b2b2a99f61 (patch)
treefbc18e0f1e0e6079bbb51e4b5dff6e49aa524271 /app-emulation
parentdev-python/fastjsonschema: Bump to 2.19.0 (diff)
downloadgentoo-91be10f719150e2d40c1d859f9f198b2b2a99f61.tar.gz
gentoo-91be10f719150e2d40c1d859f9f198b2b2a99f61.tar.bz2
gentoo-91be10f719150e2d40c1d859f9f198b2b2a99f61.zip
app-emulation/wine-vanilla: update live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 42964a47518d..fd8f2e5d9eba 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -97,7 +97,10 @@ WINE_COMMON_DEPEND="
!llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] )
)
usb? ( dev-libs/libusb:1[${MULTILIB_USEDEP}] )
- wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )"
+ wayland? (
+ dev-libs/wayland[${MULTILIB_USEDEP}]
+ x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
+ )"
RDEPEND="
${WINE_COMMON_DEPEND}
app-emulation/wine-desktop-common