From 4ae7ab0a33ce17b15c1e3326033463c6404aaace Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 28 Mar 2000 18:38:41 +0000 Subject: Activate support for alternate input devices as suggested by Lennart Augustsson in PR pkg/9688. --- x11/gtk/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/gtk') diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index af951974cf4..ffbb33bb5ce 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2000/03/12 22:30:05 tron Exp $ +# $NetBSD: Makefile,v 1.41 2000/03/28 18:38:41 tron Exp $ DISTNAME= gtk+-1.2.7 CATEGORIES= x11 @@ -19,7 +19,8 @@ USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" X_LDFLAGS="${X_LDFLAGS}" +CONFIGURE_ARGS+=--with-xinput=xfree +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" X_LDFLAGS="${X_LDFLAGS}" INFO_FILES= gdk.info gtk.info -- cgit v1.2.3