diff options
author | tron <tron> | 2000-03-28 18:38:41 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-28 18:38:41 +0000 |
commit | 53f9da00dec00f83aa5aadb24cf182f32317a6d0 (patch) | |
tree | 0e797d9d7a439820252202d8f42fc8756a7b77a2 /x11/gtk | |
parent | 6eb7adadca228bc2a0820c801a1a0d27ef3b13b1 (diff) | |
download | pkgsrc-53f9da00dec00f83aa5aadb24cf182f32317a6d0.tar.gz |
Activate support for alternate input devices as suggested by
Lennart Augustsson in PR pkg/9688.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |