Diff moonlight-4.3.1 with a moonlight-9999

/usr/portage/net-misc/moonlight/moonlight-9999.ebuild 2023-10-09 14:52:34.660368480 +0300
19 19
HOMEPAGE="https://github.com/moonlight-stream/moonlight-qt"
20 20
LICENSE="GPL-3"
21 21
SLOT="0"
22
IUSE="cuda +libdrm embedded mmal soundio +vaapi vdpau wayland X"
22
IUSE="cuda +libdrm embedded glslow mmal soundio +vaapi vdpau wayland X"
23 23

  
24 24
RDEPEND="
25 25
	dev-libs/openssl:=
......
52 52
	virtual/pkgconfig
53 53
"
54 54

  
55
PATCHES=(
56
	"${FILESDIR}/${P}-automagic.patch"
57
)
58

  
59 55
src_prepare() {
60 56
	default
61 57

  
......
73 69
		$(usex wayland "" disable-wayland) \
74 70
		$(usex X "" disable-x11) \
75 71
		$(usev embedded) \
72
		$(usev glslow) \
76 73
		$(usev soundio) \
77 74
	"
78 75
}
Thank you!