Adam Jackson (1): Compile with INPUT ABI 7. Matthias Hopf (1): Remove ModuleInfoRec and associated bits. Peter Hutterer (1): Needed by newer X servers, otherwise the module data is invisible and a dlopen error occurs. Shelley Gong (1): Turn off built-in fallback-to-mouse-driver mechanism.
24 lines
654 B
Makefile
24 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/08/09 22:28:51 wiz Exp $
|
|
|
|
DISTNAME= xf86-input-vmmouse-12.6.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg VMware virtual 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"
|