mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user