Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/
Date: Thu, 16 Mar 2023 21:55:48
Message-Id: 1679003321.29e4a14ba29f05f5a591c7443732bffab5edc2b5.ionen@gentoo
1 commit: 29e4a14ba29f05f5a591c7443732bffab5edc2b5
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 21:30:57 2023 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 21:48:41 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e4a14b
7
8 app-emulation/wine-staging: add IUSE=wayland in live
9
10 Not that should expect this to be useful yet, it's early
11 work in progress. But the option exists so let's add it
12 for anyone interested.
13
14 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
15
16 app-emulation/wine-staging/wine-staging-9999.ebuild | 7 +++++--
17 1 file changed, 5 insertions(+), 2 deletions(-)
18
19 diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
20 index 48fe559d673c..5f90e2ce8870 100644
21 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild
22 +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
23 @@ -34,7 +34,8 @@ IUSE="
24 llvm-libunwind debug custom-cflags +fontconfig +gecko gphoto2
25 +gstreamer kerberos +mingw +mono netapi nls opencl +opengl osmesa
26 pcap perl pulseaudio samba scanner +sdl selinux smartcard +ssl
27 - +truetype udev udisks +unwind usb v4l +vulkan +xcomposite xinerama"
28 + +truetype udev udisks +unwind usb v4l +vulkan wayland +xcomposite
29 + xinerama"
30 REQUIRED_USE="
31 X? ( truetype )
32 crossdev-mingw? ( mingw )" # bug #551124 for truetype
33 @@ -93,7 +94,8 @@ WINE_COMMON_DEPEND="
34 llvm-libunwind? ( sys-libs/llvm-libunwind[${MULTILIB_USEDEP}] )
35 !llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] )
36 )
37 - usb? ( dev-libs/libusb:1[${MULTILIB_USEDEP}] )"
38 + usb? ( dev-libs/libusb:1[${MULTILIB_USEDEP}] )
39 + wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )"
40 RDEPEND="
41 ${WINE_COMMON_DEPEND}
42 app-emulation/wine-desktop-common
43 @@ -250,6 +252,7 @@ src_configure() {
44 $(use_with usb)
45 $(use_with v4l v4l2)
46 $(use_with vulkan)
47 + $(use_with wayland)
48 $(use_with xcomposite)
49 $(use_with xinerama)
50 )