pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase Turn of vulkan for qt5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5a275e9ac5c
branches:  trunk
changeset: 340759:b5a275e9ac5c
user:      nros <nros%pkgsrc.org@localhost>
date:      Mon Oct 07 11:52:36 2019 +0000

description:
Turn of vulkan for qt5.

Turn of vulkan for qt5 since we currently do not have vulkan support
in pkgsrc and it might cause build problems as seen in PR pkg/54024.

diffstat:

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

diffs (17 lines):

diff -r 4684a99623f0 -r b5a275e9ac5c x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile   Mon Oct 07 11:12:32 2019 +0000
+++ b/x11/qt5-qtbase/Makefile   Mon Oct 07 11:52:36 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2019/09/16 19:24:53 adam Exp $
+# $NetBSD: Makefile,v 1.84 2019/10/07 11:52:36 nros Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
@@ -30,6 +30,7 @@
 CONFIGURE_ARGS+=       -no-sql-tds
 CONFIGURE_ARGS+=       -no-strip
 CONFIGURE_ARGS+=       -no-tslib
+CONFIGURE_ARGS+=       -no-vulkan
 CONFIGURE_ARGS+=       -no-use-gold-linker
 CONFIGURE_ARGS+=       -pkg-config
 CONFIGURE_ARGS+=       -release



Home | Main Index | Thread Index | Old Index