diff options
author | obache <obache@pkgsrc.org> | 2014-04-29 08:27:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-04-29 08:27:35 +0000 |
commit | 6bcea656f9d13eb862452dd9b7180ffca9c1448d (patch) | |
tree | e396e3f66b73a78e347f6ad79389fa512a09bcf8 /x11 | |
parent | 59d01dae54e3ba74e9874e61c7e4647626a5b0c4 (diff) | |
download | pkgsrc-6bcea656f9d13eb862452dd9b7180ffca9c1448d.tar.gz |
XInput2 is required.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk3/options.mk | 4 |
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" |