Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# $NetBSD: options.mk,v 1.3 2010/11/30 11:20:16 obache Exp $
|
||||
# $NetBSD: options.mk,v 1.5 2013/12/07 11:32:31 obache Exp $
|
||||
#
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.input-pad
|
||||
PKG_SUPPORTED_OPTIONS= eekboard xtest
|
||||
PKG_SUGGESTED_OPTIONS= eekboard
|
||||
PKG_SUPPORTED_OPTIONS= eekboard introspection xtest
|
||||
PKG_SUGGESTED_OPTIONS= introspection xtest
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
PLIST_VARS+= eek xtest
|
||||
PLIST_VARS+= eek introspection xtest
|
||||
|
||||
#
|
||||
# Draw keyboard using libeek
|
||||
@@ -26,3 +26,12 @@ PLIST.eek= yes
|
||||
CONFIGURE_ARGS+= --enable-xtest=yes
|
||||
PLIST.xtest= yes
|
||||
.endif
|
||||
|
||||
#
|
||||
# Introspection support
|
||||
#
|
||||
.if !empty(PKG_OPTIONS:Mintrospection)
|
||||
BUILDLINK_DEPMETHOD.gobject-introspection= build
|
||||
.include "../../devel/gobject-introspection/buildlink3.mk"
|
||||
PLIST.introspection= yes
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user