diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-06 09:32:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-06 09:32:44 +0000 |
commit | a27f80e767d1ddd3256e4f332d8f50d413093d54 (patch) | |
tree | cb002aa0eb64f1a1093ff057e5b4d62b0545e70f /x11/Makefile | |
parent | 9c202f54e5ffdf321161b3157e96833d49f7ac42 (diff) | |
download | pkgsrc-a27f80e767d1ddd3256e4f332d8f50d413093d54.tar.gz |
Add xkbutils-1.0.3:
xkbutils is a collection of small utilities utilizing the XKeyboard (XKB)
extension to the X11 protocol.
It includes:
xkbbell - generate XKB bell events
xkbvleds - display the state of LEDs on an XKB keyboard in a window
xkbwatch - reports changes in the XKB keyboard state
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 9e49ea0d87e..2e69fbb224d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.650 2012/06/06 09:27:19 wiz Exp $ +# $NetBSD: Makefile,v 1.651 2012/06/06 09:32:44 wiz Exp $ # COMMENT= Packages to support the X window system @@ -500,6 +500,7 @@ SUBDIR+= xkbcomp SUBDIR+= xkbd SUBDIR+= xkbdata SUBDIR+= xkbset +SUBDIR+= xkbutils SUBDIR+= xkeyboard-config SUBDIR+= xkeycaps SUBDIR+= xkill |