qt5-qtxmlpatterns: never try to build xmllistmodel
depends on qml module from qt5-qtdeclarative which would be a cyclic dependency
This commit is contained in:
parent
7e59f930ed
commit
d69c416ec5
2 changed files with 13 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.8 2018/12/18 09:57:20 adam Exp $
|
||||
$NetBSD: distinfo,v 1.9 2019/01/06 10:21:12 markd Exp $
|
||||
|
||||
SHA1 (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = e8aef630f34c93b9a169f7ea4f10a92b531bed60
|
||||
RMD160 (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = 9b29676bec7f53cf3146b098967e89eff8eeb666
|
||||
SHA512 (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = 9e9fe5d99957a0079eada985d8b9837cee27c0025851d00024951bb12cf23d0fb2483cbf3a39cb4c5a23b9d453e42d667b0434e73d87447d9b4e84a9dca37ece
|
||||
Size (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = 1389248 bytes
|
||||
SHA1 (patch-src_imports_imports.pro) = 6bcac62bbfe46fc3e245b2cda5b9bbd172eac6cd
|
||||
|
|
11
x11/qt5-qtxmlpatterns/patches/patch-src_imports_imports.pro
Normal file
11
x11/qt5-qtxmlpatterns/patches/patch-src_imports_imports.pro
Normal file
|
@ -0,0 +1,11 @@
|
|||
$NetBSD: patch-src_imports_imports.pro,v 1.1 2019/01/06 10:21:12 markd Exp $
|
||||
|
||||
Don't try to detect qml module. Would be cyclic dependency.
|
||||
|
||||
--- src/imports/imports.pro.orig 2018-11-02 15:13:28.000000000 +0000
|
||||
+++ src/imports/imports.pro
|
||||
@@ -1,3 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(qml): SUBDIRS += xmllistmodel
|
||||
+#qtHaveModule(qml): SUBDIRS += xmllistmodel
|
Loading…
Reference in a new issue