Make OpenGL be default and thus drop GL flavor.

This commit is contained in:
pvalchev 2001-06-29 01:13:04 +00:00
parent d0ef760c4e
commit 757b08a406

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2001/06/23 20:07:17 pvalchev Exp $
# $OpenBSD: Makefile,v 1.9 2001/06/29 01:13:04 pvalchev Exp $
COMMENT= "cross-platform multimedia library"
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/release/ \
http://www.devolution.com/~slouken/SDL/release/
FLAVORS= sun oss esd gl arts no_x11
FLAVORS= sun oss esd arts no_x11
FLAVOR?= sun
.if empty(FLAVOR:L:Msun) && empty(FLAVOR:L:Moss) && empty(FLAVOR:L:Mesd)
@ -60,12 +60,6 @@ CONFIGURE_ARGS+= --enable-oss
CONFIGURE_ARGS+= --disable-oss
.endif
.if ${FLAVOR:L:Mgl}
CONFIGURE_ARGS+= --enable-video-opengl
.else
CONFIGURE_ARGS+= --disable-video-opengl
.endif
.if ${FLAVOR:L:Marts}
LIB_DEPENDS+= artsc::x11/kde/libs2
CONFIGURE_ARGS+= --enable-arts