summaryrefslogtreecommitdiff
path: root/powerkit/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-04-07 08:22:58 -0400
committerB Stack <bgstack15@gmail.com>2020-04-07 08:22:58 -0400
commitea733a6d522867170f8b19150ab6dcbce90358d9 (patch)
treea1ec4e22e2c0c0f5189cca7be4d4e1c92b0fca10 /powerkit/debian/control
parentadd powerkit 1.0.0 (diff)
downloadstackrpms-ea733a6d522867170f8b19150ab6dcbce90358d9.tar.gz
stackrpms-ea733a6d522867170f8b19150ab6dcbce90358d9.tar.bz2
stackrpms-ea733a6d522867170f8b19150ab6dcbce90358d9.zip
add qtbase5-dev
perhaps to appease OBS
Diffstat (limited to 'powerkit/debian/control')
-rw-r--r--powerkit/debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/powerkit/debian/control b/powerkit/debian/control
index 4e2f00f..0482b42 100644
--- a/powerkit/debian/control
+++ b/powerkit/debian/control
@@ -9,7 +9,8 @@ Build-Depends: debhelper (>=12~),
libx11-dev,
libxrandr-dev,
libxss-dev,
- qt5-qmake
+ qt5-qmake,
+ qtbase5-dev
Standards-Version: 4.1.4
Homepage: https://github.com/rodlie/powerkit
bgstack15