71c012bb7f
This release delivers several fixes & enhancements for the driver on Solaris & NetBSD, including absolute positioning improvements for both. Alan Coopersmith (4): Wrap some overly long lines Use asprintf (or Xprintf on old servers) instead of strdup+sprintf Update some outdated language in a comment on obsolete hardware xf86-input-mouse 1.9.1 Michael Thayer (2): Do not drop the result of protocol detection Make absolute input reporting in Solaris aware of resolution changes Patrik Jakobsson (1): Add AC_SYSTEM_EXTENSIONS to expose asprintf with GNU libc Thomas Klausner (4): Enable MSE_MISC on NetBSD as well. Make wsmouse (re-)init the version. For wsmouse, keep 3-button emulation status. Add support for absolute positioning (tablets).
28 lines
704 B
Makefile
28 lines
704 B
Makefile
# $NetBSD: Makefile,v 1.22 2014/08/12 20:29:26 wiz Exp $
|
|
|
|
DISTNAME= xf86-input-mouse-1.9.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 mouse driver
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
|
|
.endif
|
|
|
|
.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"
|