summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2020-06-24 12:29:30 +0000
committerryoon <ryoon@pkgsrc.org>2020-06-24 12:29:30 +0000
commit198c464eaed6603d85bf1ab83839a374f2a4789b (patch)
treee929b0e46fab8760c8b5cb9594888aa0502ecf0f /x11
parent567d55c38a609cd75503d5a60c32050ab854b523 (diff)
downloadpkgsrc-198c464eaed6603d85bf1ab83839a374f2a4789b.tar.gz
qt5-qtbase: Bump libxcb requirement to 1.11
Pointed by Egil Brendsdal in private e-mail. Thank you.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtbase/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile
index 5e8d64b781a..02e1dd3f540 100644
--- a/x11/qt5-qtbase/Makefile
+++ b/x11/qt5-qtbase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2020/06/02 06:41:00 adam Exp $
+# $NetBSD: Makefile,v 1.99 2020/06/24 12:29:30 ryoon Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtbase-${QTVERSION}
@@ -240,6 +240,7 @@ post-install:
. if !empty(MESALIB_SUPPORTS_EGL:Myes)
PLIST.egl= yes
. endif
+BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.11
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util/buildlink3.mk"
.include "../../x11/xcb-util-image/buildlink3.mk"