Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase qt5-qtbase: Bump libxcb requirement to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aae68f132af
branches:  trunk
changeset: 434860:1aae68f132af
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jun 24 12:29:30 2020 +0000

description:
qt5-qtbase: Bump libxcb requirement to 1.11

Pointed by Egil Brendsdal in private e-mail.
Thank you.

diffstat:

 x11/qt5-qtbase/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6a209640a5ff -r 1aae68f132af x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile   Wed Jun 24 12:12:41 2020 +0000
+++ b/x11/qt5-qtbase/Makefile   Wed Jun 24 12:29:30 2020 +0000
@@ -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 @@
 .  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"



Home | Main Index | Thread Index | Old Index