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-vanilla/
Date: Thu, 16 Mar 2023 21:55:48
Message-Id: 1679003321.d36186d439051653a38568af44f8d2afa3fb2bf0.ionen@gentoo
1 commit: d36186d439051653a38568af44f8d2afa3fb2bf0
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 21:28:41 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=d36186d4
7
8 app-emulation/wine-vanilla: 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-vanilla/wine-vanilla-9999.ebuild | 9 ++++++---
17 1 file changed, 6 insertions(+), 3 deletions(-)
18
19 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
20 index f6281520f096..69a8a4af667a 100644
21 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
22 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
23 @@ -30,8 +30,9 @@ IUSE="
24 +X +abi_x86_32 +abi_x86_64 +alsa capi crossdev-mingw cups dos
25 llvm-libunwind debug custom-cflags +fontconfig +gecko gphoto2
26 +gstreamer kerberos +mingw +mono netapi nls odbc opencl +opengl
27 - osmesa pcap perl pulseaudio samba scanner +sdl selinux smartcard +ssl
28 - +truetype udev udisks +unwind usb v4l +vulkan +xcomposite xinerama"
29 + osmesa pcap perl pulseaudio samba scanner +sdl selinux smartcard
30 + +ssl +truetype udev udisks +unwind usb v4l +vulkan wayland
31 + +xcomposite xinerama"
32 REQUIRED_USE="
33 X? ( truetype )
34 crossdev-mingw? ( mingw )" # bug #551124 for truetype
35 @@ -91,7 +92,8 @@ WINE_COMMON_DEPEND="
36 llvm-libunwind? ( sys-libs/llvm-libunwind[${MULTILIB_USEDEP}] )
37 !llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] )
38 )
39 - usb? ( dev-libs/libusb:1[${MULTILIB_USEDEP}] )"
40 + usb? ( dev-libs/libusb:1[${MULTILIB_USEDEP}] )
41 + wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )"
42 RDEPEND="
43 ${WINE_COMMON_DEPEND}
44 app-emulation/wine-desktop-common
45 @@ -214,6 +216,7 @@ src_configure() {
46 $(use_with usb)
47 $(use_with v4l v4l2)
48 $(use_with vulkan)
49 + $(use_with wayland)
50 $(use_with xcomposite)
51 $(use_with xinerama)
52 $(usev !odbc ac_cv_lib_soname_odbc=)