3ef0fec0d4
This release fixes a bug where the mouse pointer was confined to one screen in non-RandR dual head mode (aka "zaphod mode"). Daniel Drake (1): Bug #11089: xf86-input-mouse COPYING file Fredrik Rinnestam (1): Bug #12145: Don't confine the pointer to one screen in zaphod mode. Tilman Sauerbeck (1): Bumped version to 1.2.3.
23 lines
624 B
Makefile
23 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/01/15 23:49:48 wiz Exp $
|
|
|
|
DISTNAME= xf86-input-mouse-1.2.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
COMMENT= Modular Xorg mouse driver
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/inputproto/buildlink3.mk"
|
|
.include "../../x11/kbproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|