summaryrefslogtreecommitdiff
path: root/x11/gtk3
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-04-29 08:27:35 +0000
committerobache <obache@pkgsrc.org>2014-04-29 08:27:35 +0000
commit6bcea656f9d13eb862452dd9b7180ffca9c1448d (patch)
treee396e3f66b73a78e347f6ad79389fa512a09bcf8 /x11/gtk3
parent59d01dae54e3ba74e9874e61c7e4647626a5b0c4 (diff)
downloadpkgsrc-6bcea656f9d13eb862452dd9b7180ffca9c1448d.tar.gz
XInput2 is required.
Diffstat (limited to 'x11/gtk3')
-rw-r--r--x11/gtk3/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk3/options.mk b/x11/gtk3/options.mk
index 0119f58cb83..d3cbba2ebab 100644
--- a/x11/gtk3/options.mk
+++ b/x11/gtk3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2014/01/04 16:21:00 prlw1 Exp $
+# $NetBSD: options.mk,v 1.7 2014/04/29 08:27:35 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3
PKG_SUPPORTED_OPTIONS= gtk3-atk-bridge cups debug
@@ -44,7 +44,9 @@ CONFIGURE_ARGS+= --without-atk-bridge
. endif
BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2
+BUILDLINK_API_DEPENDS.inputproto+= inputproto>=2.0
+.include "../../x11/inputproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXcursor/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"