diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-02-18 13:21:17 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-02-18 13:26:06 -0500 |
commit | b6d259e4e62559c09c51e766b45298a70c976dcc (patch) | |
tree | 45d49f8f39bdc829f7932f36e801eab93961bfdd /games-emulation/pcsx2/pcsx2-9999.ebuild | |
parent | net-wireless/bdaddr: fix direct cc call (diff) | |
download | gentoo-b6d259e4e62559c09c51e766b45298a70c976dcc.tar.gz gentoo-b6d259e4e62559c09c51e766b45298a70c976dcc.tar.bz2 gentoo-b6d259e4e62559c09c51e766b45298a70c976dcc.zip |
games-emulation/pcsx2: depend on libglvnd[X]
No need for a revbump given it does not *actually* link with
libGLX but looks for it during configure time.
It could be interesting to force it to be optional (or at least
not last time I tried, but given X libraries currently cannot be
optional either way (and upstream advise against using the wayland
support) it's likely not worth the extra trouble.
Will revisit if ever add a proper USE=X to pcsx2.
Bug: https://bugs.gentoo.org/924765
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2/pcsx2-9999.ebuild')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 9810fcf44af1..8a507c1db80d 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND=" dev-libs/libaio dev-qt/qtbase:6[gui,widgets] dev-qt/qtsvg:6 - media-libs/libglvnd + media-libs/libglvnd[X] media-libs/libpng:= media-libs/libsdl2[haptic,joystick] media-libs/libwebp:= |