diff options
author | orbea <orbea@riseup.net> | 2024-02-23 16:09:35 -0800 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-24 09:06:13 +0200 |
commit | c8e4da23f6b7e7f156a1df8d29535a5899d99c40 (patch) | |
tree | 4b2aa55f7f43fed58c8c3b75f7c57590337e87cf /games-emulation | |
parent | games-emulation/gambatte-jg: update maintainers (diff) | |
download | gentoo-c8e4da23f6b7e7f156a1df8d29535a5899d99c40.tar.gz gentoo-c8e4da23f6b7e7f156a1df8d29535a5899d99c40.tar.bz2 gentoo-c8e4da23f6b7e7f156a1df8d29535a5899d99c40.zip |
games-emulation/gambatte-jg: add missing dependency
The example build depends on the -lGL linker flag from gl.pc provided by
libglvnd.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/gambatte-jg/gambatte-jg-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild index 1c1fd17466dd..7cb90f422adf 100644 --- a/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild +++ b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild @@ -29,6 +29,7 @@ REQUIRED_USE="|| ( examples jgmodule shared )" DEPEND=" examples? ( + media-libs/libglvnd media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp ) |