diff options
author | tron <tron@pkgsrc.org> | 2000-03-28 18:38:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-28 18:38:41 +0000 |
commit | 4ae7ab0a33ce17b15c1e3326033463c6404aaace (patch) | |
tree | 0e797d9d7a439820252202d8f42fc8756a7b77a2 | |
parent | bdce291a618d5d83204d22d0892150e46374c148 (diff) | |
download | pkgsrc-4ae7ab0a33ce17b15c1e3326033463c6404aaace.tar.gz |
Activate support for alternate input devices as suggested by
Lennart Augustsson in PR pkg/9688.
-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 |