Skip to content

Commit

Permalink
games-emulation/atari800: Require sdl for opengl support
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/770052
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 11, 2021
1 parent 20a697e commit fc5d983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games-emulation/atari800/atari800-4.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,6 +14,7 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="opengl readline +sdl +sound"
REQUIRED_USE="opengl? ( sdl )"

RDEPEND="
sdl? (
Expand Down

0 comments on commit fc5d983

Please sign in to comment.