summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-01-09 16:08:03 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-01-09 16:16:56 -0500
commit8275c2ddac7e1e12ebaaada06b8722ebb127e8db (patch)
treee989e38ea9125435ab865f68ef255aa00c604f58 /games-emulation/pcsx2
parentapp-emulation/ruffle: add 0_p20220108 (diff)
downloadgentoo-8275c2ddac7e1e12ebaaada06b8722ebb127e8db.tar.gz
gentoo-8275c2ddac7e1e12ebaaada06b8722ebb127e8db.tar.bz2
gentoo-8275c2ddac7e1e12ebaaada06b8722ebb127e8db.zip
games-emulation/pcsx2: update live
Meant to unbundle these + add IUSE=vulkan, but it uses an header that's not normally installed by system glslang. May be better to wait and see before doing more given this is all very new. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 98a12b52d531..98c547c226ce 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -9,7 +9,11 @@ inherit cmake fcaps flag-o-matic git-r3 toolchain-funcs wxwidgets
DESCRIPTION="A PlayStation 2 emulator"
HOMEPAGE="https://pcsx2.net/"
EGIT_REPO_URI="https://github.com/PCSX2/${PN}.git"
-EGIT_SUBMODULES=( 3rdparty/imgui/imgui )
+EGIT_SUBMODULES=(
+ 3rdparty/glslang/glslang # needs StandAlone/ResourceLimits.h
+ 3rdparty/imgui/imgui # not made to be system-wide
+ 3rdparty/vulkan-headers # to keep in sync with glslang
+)
LICENSE="GPL-3 Apache-2.0 OFL-1.1" # TODO: needs review for a full list
SLOT="0"