Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion games-emulation/rpcs3/rpcs3-0.0.41.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi

LICENSE="GPL-2"
SLOT="0"
IUSE="discord faudio +llvm opencv vulkan wayland"
IUSE="discord faudio +llvm opencv vulkan X wayland"

DEPEND="
app-arch/7zip
Expand All @@ -63,6 +63,7 @@ DEPEND="
media-libs/libpng:=
media-libs/openal
media-libs/rtmidi
media-libs/libsdl3[opengl,vulkan?,X?,wayland?]
media-video/ffmpeg:=
net-libs/miniupnpc:=
net-misc/curl
Expand Down
3 changes: 2 additions & 1 deletion games-emulation/rpcs3/rpcs3-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi

LICENSE="GPL-2"
SLOT="0"
IUSE="discord faudio +llvm opencv vulkan wayland"
IUSE="discord faudio +llvm opencv vulkan X wayland"

DEPEND="
app-arch/7zip
Expand All @@ -63,6 +63,7 @@ DEPEND="
media-libs/libpng:=
media-libs/openal
media-libs/rtmidi
media-libs/libsdl3[opengl,vulkan?,X?,wayland?]
media-video/ffmpeg:=
net-libs/miniupnpc:=
net-misc/curl
Expand Down