diff options
author | obache <obache> | 2014-04-29 08:27:35 +0000 |
---|---|---|
committer | obache <obache> | 2014-04-29 08:27:35 +0000 |
commit | 33cd9ec375d2ebe87dc33d613195151f8238383b (patch) | |
tree | e2c8489a29b6db7e24575e1b18b03c7d2a8a9a1a /x11 | |
parent | 09df5caeb89bda9233c54b944d0b94d998e190ee (diff) | |
download | pkgsrc-33cd9ec375d2ebe87dc33d613195151f8238383b.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" |