Skip to content

Commit

Permalink
games-emulation/pcsx2: update live
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ionenwks committed Jan 9, 2022
1 parent 30eccb3 commit 8275c2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion games-emulation/pcsx2/pcsx2-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8275c2d

Please sign in to comment.