summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2012-01-19 15:17:42 +0000
committerreed <reed@pkgsrc.org>2012-01-19 15:17:42 +0000
commita8c75f5f8110d5454706d8013f8314a27952f0be (patch)
tree374471d7f32e4262fabcb56c44d2604c0d21cdcc /x11
parenta36aa85bd00651411304938f06c2889a02f7e059 (diff)
downloadpkgsrc-a8c75f5f8110d5454706d8013f8314a27952f0be.tar.gz
need newer libXi dependency due to:
gdkinputprivate.h:38:35: error: X11/extensions/XInput.h: No such file or directory (header got switched to different package)
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk2/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk2/options.mk b/x11/gtk2/options.mk
index b2301e7bec6..c6fdfcedf3d 100644
--- a/x11/gtk2/options.mk
+++ b/x11/gtk2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2010/11/15 18:28:45 drochner Exp $
+# $NetBSD: options.mk,v 1.12 2012/01/19 15:17:42 reed Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2
PKG_SUPPORTED_OPTIONS= cups debug
@@ -44,6 +44,7 @@ BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libXi+= libXi>=1.3.0
.include "../../x11/libXi/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"