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@aol.com>
This commit is contained in:
Seth M. Price
2024-11-29 12:35:04 -05:00
parent 6c21d4d14e
commit dbdaebe408
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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() {