3244989f50
A couple of minor patches accumulated over the years. One crasher fix, one exit status correction, two fixes for the test-xi2 printf. And some build system cleanups. Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Peter Hutterer (6): Drop AM_MAINTAINER_MODE Fix crash for enable/disable without a device argument Fix valuator printf output in test-xi2 property: return EXIT_FAILURE if at least one device fails (#90226) Print touch event flags in test-xi2 xinput 1.6.2
22 lines
629 B
Makefile
22 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/10/19 22:56:32 wiz Exp $
|
|
|
|
DISTNAME= xinput-1.6.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Xinput diagnostic utility for modular X.org
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.6
|
|
.include "../../x11/inputproto/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libXi+= libXi>=1.2.0
|
|
.include "../../x11/libXi/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|