games-emulation/ryujinx: qt6
This commit is contained in:
parent
b461fb14f0
commit
f87d20af00
1 changed files with 2 additions and 11 deletions
|
@ -29,7 +29,7 @@ SRC_URI="https://web.archive.org/web/20240304181657if_/https://codeload.github.c
|
||||||
LICENSE="BSD GPL-2 GPL-2+ LGPL-2.1"
|
LICENSE="BSD GPL-2 GPL-2+ LGPL-2.1"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ~x86"
|
KEYWORDS="amd64 ~x86"
|
||||||
IUSE="+compatibility-reporting +cubeb llvm-libunwind qt5 +qt6 +web-service +webengine"
|
IUSE="+compatibility-reporting +cubeb llvm-libunwind qt6 +web-service +webengine"
|
||||||
REQUIRED_USE="compatibility-reporting? ( web-service )"
|
REQUIRED_USE="compatibility-reporting? ( web-service )"
|
||||||
|
|
||||||
DEPEND=">=app-arch/zstd-1.5.0:=
|
DEPEND=">=app-arch/zstd-1.5.0:=
|
||||||
|
@ -46,12 +46,6 @@ DEPEND=">=app-arch/zstd-1.5.0:=
|
||||||
dev-libs/vulkan-memory-allocator:=
|
dev-libs/vulkan-memory-allocator:=
|
||||||
dev-util/vulkan-utility-libraries
|
dev-util/vulkan-utility-libraries
|
||||||
dev-util/glslang
|
dev-util/glslang
|
||||||
qt5? (
|
|
||||||
dev-qt/qtcore
|
|
||||||
dev-qt/qtdbus
|
|
||||||
dev-qt/qtmultimedia:5
|
|
||||||
dev-qt/qtwidgets
|
|
||||||
)
|
|
||||||
qt6? (
|
qt6? (
|
||||||
dev-qt/qtbase
|
dev-qt/qtbase
|
||||||
dev-qt/qtmultimedia:6
|
dev-qt/qtmultimedia:6
|
||||||
|
@ -63,7 +57,6 @@ DEPEND=">=app-arch/zstd-1.5.0:=
|
||||||
sys-libs/zlib
|
sys-libs/zlib
|
||||||
virtual/libusb:=
|
virtual/libusb:=
|
||||||
webengine? (
|
webengine? (
|
||||||
qt5? ( dev-qt/qtwebengine:5 )
|
|
||||||
qt6? ( dev-qt/qtwebengine:6 )
|
qt6? ( dev-qt/qtwebengine:6 )
|
||||||
)
|
)
|
||||||
llvm-libunwind? ( llvm-runtimes/libunwind )
|
llvm-libunwind? ( llvm-runtimes/libunwind )
|
||||||
|
@ -76,9 +69,7 @@ BDEPEND="app-arch/unzip
|
||||||
dev-cpp/robin-map
|
dev-cpp/robin-map
|
||||||
>=dev-util/vulkan-headers-1.3.275
|
>=dev-util/vulkan-headers-1.3.275
|
||||||
dev-util/spirv-headers"
|
dev-util/spirv-headers"
|
||||||
REQUIRED_USE="|| ( qt5 qt6 )
|
REQUIRED_USE="qt6"
|
||||||
qt5? ( !qt6 )
|
|
||||||
qt6? ( !qt5 )"
|
|
||||||
|
|
||||||
S="${WORKDIR}/${PN}-mainline-${MY_PV}"
|
S="${WORKDIR}/${PN}-mainline-${MY_PV}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue