Skip to content

Commit

Permalink
games-strategy/warzone2100: Renamed "qt5" USE flag to "sdl".
Browse files Browse the repository at this point in the history
Fixed some dependencies.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Sep 29, 2016
1 parent f09ccee commit 5a6e10c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions games-strategy/warzone2100/warzone2100-3.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ LICENSE="GPL-2+ CC-BY-SA-3.0 public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
# upstream requested debug support
IUSE="debug nls qt5 videos"
IUSE="debug nls sdl videos"

# TODO: unbundle miniupnpc and quesoglc
# quesoglc-0.7.2 is buggy: http://developer.wz2100.net/ticket/2828
RDEPEND=">=dev-games/physfs-2[zip]
dev-libs/fribidi
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtscript:5
dev-qt/qtwidgets:5
media-libs/fontconfig
media-libs/freetype:2
media-libs/glew:=
Expand All @@ -44,13 +46,11 @@ RDEPEND=">=dev-games/physfs-2[zip]
x11-libs/libX11
x11-libs/libXrandr
nls? ( virtual/libintl )
qt5? (
dev-qt/qtgui:5
!sdl? (
dev-qt/qtopengl:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
)
!qt5? ( media-libs/libsdl[opengl,video,X] )"
sdl? ( media-libs/libsdl2[opengl,video,X] )"
DEPEND="${RDEPEND}
app-arch/zip
virtual/pkgconfig
Expand Down Expand Up @@ -80,7 +80,7 @@ src_configure() {
--with-applicationdir=/usr/share/applications \
$(use_enable debug debug relaxed) \
$(use_enable nls) \
--with-backend=$(usex qt5 "qt" "sdl")
--with-backend=$(usex sdl "sdl" "qt")
}

src_compile() {
Expand Down

0 comments on commit 5a6e10c

Please sign in to comment.