2010-09-11 09:47:21 +02:00
|
|
|
# $NetBSD: options.mk,v 1.2 2010/09/11 07:47:21 obache Exp $
|
2010-08-31 10:25:20 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.input-pad
|
|
|
|
PKG_SUPPORTED_OPTIONS= eekboard xtest
|
|
|
|
PKG_SUGGESTED_OPTIONS= eekboard
|
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
PLIST_VARS+= eek python xtest
|
|
|
|
|
|
|
|
#
|
|
|
|
# Draw keyboard using libeek
|
|
|
|
#
|
2010-09-11 09:47:21 +02:00
|
|
|
.if !empty(PKG_OPTIONS:Meekboard)
|
2010-08-31 10:25:20 +02:00
|
|
|
.include "../../x11/eekboard/buildlink3.mk"
|
|
|
|
CONFIGURE_ARGS+= --enable-eek
|
|
|
|
PLIST.eek= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
#
|
|
|
|
# Send keyboard event with xtest
|
|
|
|
#
|
|
|
|
.if !empty(PKG_OPTIONS:Mxtest)
|
|
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
|
|
CONFIGURE_ARGS+= --enable-xtest=yes
|
|
|
|
PLIST.xtest= yes
|
|
|
|
.endif
|