Add ggi option for mplayer, from Christoph Egger in private mail.

This commit is contained in:
wiz 2005-07-21 15:20:47 +00:00
parent 90597615d6
commit f2689a05ac

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.6 2005/07/21 14:24:48 wiz Exp $
# $NetBSD: options.mk,v 1.7 2005/07/21 15:20:47 wiz Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@ -15,7 +15,7 @@ PKG_SUPPORTED_OPTIONS= gif jpeg mad dv dvdread oss png theora vorbis
# Set options based on the specific package being built.
.if !empty(PKGNAME:M*mplayer*)
PKG_SUPPORTED_OPTIONS+= aalib esound mplayer-menu nas sdl
PKG_SUPPORTED_OPTIONS+= aalib esound ggi mplayer-menu nas sdl
. if ${OPSYS} != "SunOS"
PKG_SUPPORTED_OPTIONS+= arts
@ -118,6 +118,13 @@ CONFIGURE_ARGS+= --enable-esd
CONFIGURE_ARGS+= --disable-esd
.endif
.if !empty(PKG_OPTIONS:Mggi)
CONFIGURE_ARGS+= --enable-ggi
. include "../../graphics/libggi/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-ggi
.endif
.if !empty(PKG_OPTIONS:Mgif)
CONFIGURE_ARGS+= --enable-gif
. include "../../graphics/libungif/buildlink3.mk"