Skip to content

Commit 9e13f1c

Browse files
committed
fix(debian): add build dependency to pkg-config #73
1 parent 9ec495a commit 9e13f1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: Joao Carreira <jfmcarreira@gmail.com>
55
Uploaders: Stuart Prescott <stuart+debian@nanonanonano.net>
66
Build-Depends: debhelper (>= 7.3.16~),
7-
pkg-kde-tools (>= 0.5~),
7+
pkg-config,
88
cmake,
99
qtbase5-dev,
1010
qtchooser,
@@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 7.3.16~),
1414
qttools5-dev-tools,
1515
extra-cmake-modules,
1616
libpoppler-qt5-dev,
17+
pkg-kde-tools (>= 0.5~),
1718
libkf5xmlgui-dev,
1819
libkf5texteditor-dev,
1920
libkf5doctools-dev,

0 commit comments

Comments
 (0)