pkgsrc/x11/xf86-video-qxl/options.mk

14 lines
323 B
Makefile
Raw Normal View History

# $NetBSD: options.mk,v 1.1 2015/07/02 03:37:49 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xf86-video-qxl
PKG_SUPPORTED_OPTIONS= static
PKG_SUGGESTED_OPTIONS+= # blank
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mstatic)
CONFIGURE_ARGS+= --enable-static=yes
.else
CONFIGURE_ARGS+= --enable-static=no
.endif