commit:     dbdaebe4086c17c5260a2b579f64d1b24ca65c58
Author:     Seth M. Price <sprice623 <AT> aol <DOT> com>
AuthorDate: Fri Nov 29 17:35:04 2024 +0000
Commit:     Seth Price <sprice623 <AT> aol <DOT> com>
CommitDate: Fri Nov 29 17:37:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbdaebe4

x11-terms/terminal-simulator: require OpenGL SDL2

SDL2 needs to be built with OpenGL support.  Some systems don’t
have this USE flag enabled by default, so this now requires it.

Revision not bumped; if it compiled correctly already, it’s safe to
assume the opengl flag was already enabled.

Fixes: https://bugs.gentoo.org/941152
Signed-off-by: Seth M. Price <sprice623 <AT> aol.com>

 x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild     | 2 +-
 x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild 
b/x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild
index 1e7358c13..7312b648f 100644
--- a/x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild
+++ b/x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="media-libs/libsdl2 media-libs/sdl2-image virtual/opengl"
+DEPEND="media-libs/libsdl2[opengl] media-libs/sdl2-image virtual/opengl"
 RDEPEND="${DEPEND}"
 
 src_compile() {

diff --git a/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild 
b/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild
index 682004aad..e1f25fbbd 100644
--- a/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild
+++ b/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild
@@ -12,7 +12,7 @@ 
EGIT_REPO_URI="https://github.com/larsbrinkhoff/terminal-simulator.git";
 LICENSE="GPL-3"
 SLOT="0"
 
-DEPEND="media-libs/libsdl2 media-libs/sdl2-image virtual/opengl"
+DEPEND="media-libs/libsdl2[opengl] media-libs/sdl2-image virtual/opengl"
 RDEPEND="${DEPEND}"
 
 src_compile() {

Reply via email to