From 6f1be6809958a6005fc5d1c5f48e3b25cfc70f54 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 6 Jun 2012 09:37:54 +0000 Subject: Add xkbevd-1.1.3: This command is very raw and is therefore only partially implemented; we present it here as a rough prototype for developers, not as a general purpose tool for end users. The xkbevd event daemon listens for specified XKB events and executes requested commands if they occur. The configuration file consists of a list of event specification/action pairs and/or variable definitions. --- x11/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/Makefile') diff --git a/x11/Makefile b/x11/Makefile index 2e69fbb224d..316c66b2268 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.651 2012/06/06 09:32:44 wiz Exp $ +# $NetBSD: Makefile,v 1.652 2012/06/06 09:37:54 wiz Exp $ # COMMENT= Packages to support the X window system @@ -499,6 +499,7 @@ SUBDIR+= xjman SUBDIR+= xkbcomp SUBDIR+= xkbd SUBDIR+= xkbdata +SUBDIR+= xkbevd SUBDIR+= xkbset SUBDIR+= xkbutils SUBDIR+= xkeyboard-config -- cgit v1.2.3