7e7badbf51
1.3.1: Adam Jackson (1): keyboard 1.3.1 Paulo Cesar Pereira de Andrade (1): Don't send events in DEVICE_INIT, only after DEVICE_ON. 1.3.0: Adam Jackson (2): Don't sleep(1) on VT entry. keyboard 1.3.0 Alan Coopersmith (4): Update kbd man page to say it has replaced keyboard driver now. Use $(XKBPATH) for xkb file path in man page Revert previous attempts to sync lock state & LEDs Correct COPYING file and note which notices apply to which code/OS'es Daniel Drake (1): Bug 11026: xf86-input-keyboard COPYING file David Marx (1): Sun bug #6425775 Xserver is blocked when a program rings keyboard-bell Julien Cristau (1): Remove the legacy keyboard driver's manpage Matej Kosik (1): Add information & example of XKB options to man page Matthieu Herrb (2): Fix parameters order for printWsType(). Makefile.am: nuke RCS Id Paulo Cesar Pereira de Andrade (1): Alternate patch to preserve NumLock & CapsLock leds at X Server startup. Samuel Thibault (1): lnx: Automatically inherit the vt's numlock and capslock status (Bug #2243)
24 lines
648 B
Makefile
24 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/05/30 10:52:05 wiz Exp $
|
|
|
|
DISTNAME= xf86-input-keyboard-1.3.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg keyboard driver
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "../../x11/inputproto/buildlink3.mk"
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/kbproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|