summaryrefslogtreecommitdiff
path: root/graphics/qore-opengl-module/options.mk
blob: d6771f3f4d4a9e298e3e8b1a00aec54df60da7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: options.mk,v 1.1 2014/12/30 15:57:09 wiz Exp $
#

PKG_OPTIONS_VAR=	PKG_OPTIONS.qore-opengl-module
PKG_SUPPORTED_OPTIONS=	debug
.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+=        --enable-debug
.else
CONFIGURE_ARGS+=        --disable-debug
.endif