[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28720] [PATCH 02/23] gnu: qtkeychain: Reduce the number of warnings
From: |
Hartmut Goebel |
Subject: |
[bug#28720] [PATCH 02/23] gnu: qtkeychain: Reduce the number of warnings when configuring. |
Date: |
Fri, 6 Oct 2017 14:16:15 +0200 |
* gnu/packages/qt.scm (qtkeychain)[native-inputs]: Add pkg-config.
---
gnu/packages/qt.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 6446a1043..31852b632 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1561,7 +1561,8 @@ This package provides the Python bindings.")))
(base32 "0bxi5pfhxdvwk8yxa06lk2d7lcibmfqhahbin82bqf3m341zd4ml"))))
(build-system cmake-build-system)
(native-inputs
- `(("qttools" ,qttools)))
+ `(("pkg-config" ,pkg-config)
+ ("qttools" ,qttools)))
(inputs
`(("qtbase" ,qtbase)))
(arguments
--
2.13.5
- [bug#28720] [PATCH 00/23] Enhance building KDE Frameworks., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 00/23] Enhance building KDE Frameworks., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 03/23] gnu: Update prison to 5.37.0., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 02/23] gnu: qtkeychain: Reduce the number of warnings when configuring.,
Hartmut Goebel <=
- [bug#28720] [PATCH 01/23] gnu: grantlee: Enable all tests., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 05/23] gnu: kconfigwidgets: Add optional native-input kdoctools., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 06/23] gnu: kwallet: Add optional input qgpgme., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 07/23] gnu: kdesignerplugin: Add optional inputs., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 12/23] gnu: bluez-qt: Add comment about status of tests., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 10/23] gnu: kfilemetadata: Enable support for PDF files and audio files., Hartmut Goebel, 2017/10/06