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/dde56a51d16e
branches: trunk
changeset: 341783:dde56a51d16e
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 66dd20738aeb -r dde56a51d16e 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