diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-11 13:51:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-11 13:51:55 +0100 |
commit | fc5d983c57b50078edb18569b0635223694d1bed (patch) | |
tree | a271a7b46a789bbe67f0ed4be24c60e4db2dc9b4 /games-emulation | |
parent | media-gfx/fotoxx: tweak for gcc-11 (diff) | |
download | gentoo-fc5d983c57b50078edb18569b0635223694d1bed.tar.gz gentoo-fc5d983c57b50078edb18569b0635223694d1bed.tar.bz2 gentoo-fc5d983c57b50078edb18569b0635223694d1bed.zip |
games-emulation/atari800: Require sdl for opengl support
Closes: https://bugs.gentoo.org/770052
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/atari800/atari800-4.2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/atari800/atari800-4.2.0.ebuild b/games-emulation/atari800/atari800-4.2.0.ebuild index dd1008578547..f49f59bcd447 100644 --- a/games-emulation/atari800/atari800-4.2.0.ebuild +++ b/games-emulation/atari800/atari800-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="opengl readline +sdl +sound" +REQUIRED_USE="opengl? ( sdl )" RDEPEND=" sdl? ( |