diff options
author | kamil <kamil@pkgsrc.org> | 2016-08-20 14:48:18 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-08-20 14:48:18 +0000 |
commit | 39928b6e613d1ab195705a7e165550d6d1fc6e18 (patch) | |
tree | a3b624a61242b9a9e6ed9a0904dfedb628b10386 /x11 | |
parent | 48b5b638ea46b16fce77c95ffd805ae2e0aadf73 (diff) | |
download | pkgsrc-39928b6e613d1ab195705a7e165550d6d1fc6e18.tar.gz |
Disable the libudev option - currently not supported with pkgsrc
libudev is a Linux kernel specific library for device detection
This fixes build on Slackware 14.2.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-input-vmmouse/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xf86-input-vmmouse/Makefile b/x11/xf86-input-vmmouse/Makefile index 2f3f5f052d0..7e815da81e3 100644 --- a/x11/xf86-input-vmmouse/Makefile +++ b/x11/xf86-input-vmmouse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/02/26 11:27:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/08/20 14:48:18 kamil Exp $ DISTNAME= xf86-input-vmmouse-13.1.0 PKGREVISION= 1 @@ -17,6 +17,9 @@ USE_TOOLS+= gmake pkg-config CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4 +# Currently libudev is unsupported in pkgsrc +CONFIGURE_ARGS+= --without-libudev + .include "../../x11/randrproto/buildlink3.mk" .include "../../x11/inputproto/buildlink3.mk" .include "../../x11/kbproto/buildlink3.mk" |