diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-07-06 05:36:48 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-07-06 05:44:32 -0400 |
commit | a091e20a286f0e901165241da7af04c32ec33d6f (patch) | |
tree | da21f85c827d89444ebda62f5c7c0083597eeba8 /games-emulation/pcsx2 | |
parent | media-sound/milkytracker: bump to 1.04.00 (diff) | |
download | gentoo-a091e20a286f0e901165241da7af04c32ec33d6f.tar.gz gentoo-a091e20a286f0e901165241da7af04c32ec33d6f.tar.bz2 gentoo-a091e20a286f0e901165241da7af04c32ec33d6f.zip |
games-emulation/pcsx2: update live
Technically builds without wayland-scanner still, but ECM
(which is now required with wayland) looks for its wayland.xml
and warns if it's missing. It's fairly cheap to depend on and
may avoid unexpected consequences when missing.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 63f79eb0b691..3af6a07551b2 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -77,7 +77,12 @@ DEPEND=" ${COMMON_DEPEND} x11-base/xorg-proto test? ( dev-cpp/gtest )" -BDEPEND="dev-qt/qttools:6[linguist]" +BDEPEND=" + dev-qt/qttools:6[linguist] + wayland? ( + dev-util/wayland-scanner + kde-frameworks/extra-cmake-modules + )" FILECAPS=( -m 0755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/pcsx2 |