summaryrefslogtreecommitdiff
path: root/x11/gtk3/options.mk
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2014-01-04 16:21:00 +0000
committerprlw1 <prlw1@pkgsrc.org>2014-01-04 16:21:00 +0000
commit7dd5a12faa98bce59ae55f978f71ad129bf13814 (patch)
tree617b7d7a027eccae45a889b35088e835ae53b02b /x11/gtk3/options.mk
parentc053c9e31389bfc051c3d767c407d2fe6118c3f9 (diff)
downloadpkgsrc-7dd5a12faa98bce59ae55f978f71ad129bf13814.tar.gz
Remove --with-xinput configure argument.
--with-xinput was renamed --enable-xinput a while ago, and then removed completely. XINPUT2 is no longer optional.
Diffstat (limited to 'x11/gtk3/options.mk')
-rw-r--r--x11/gtk3/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gtk3/options.mk b/x11/gtk3/options.mk
index 8cf715e2a80..0119f58cb83 100644
--- a/x11/gtk3/options.mk
+++ b/x11/gtk3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2013/05/11 19:49:15 riastradh Exp $
+# $NetBSD: options.mk,v 1.6 2014/01/04 16:21:00 prlw1 Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3
PKG_SUPPORTED_OPTIONS= gtk3-atk-bridge cups debug
@@ -32,7 +32,6 @@ CONFIGURE_ARGS+= --without-x
CONFIGURE_ARGS+= --enable-quartz-backend
PLIST.quartz= yes
.else
-CONFIGURE_ARGS+= --with-xinput=xfree
CONFIGURE_ENV+= ac_cv_header_X11_extensions_Xinerama_h=no
CONFIGURE_ENV+= ac_cv_lib_Xinerama_XineramaQueryExtension=no
PLIST.x11= yes