summaryrefslogtreecommitdiff
path: root/makemkv-oss/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-15 14:37:43 -0500
committerB Stack <bgstack15@gmail.com>2020-12-15 14:37:43 -0500
commite2d5d060f415987758fec97d1a019358b208cff4 (patch)
tree07d2582a688560fd6573582d52874dab9e50652b /makemkv-oss/debian/control
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-e2d5d060f415987758fec97d1a019358b208cff4.tar.gz
stackrpms-e2d5d060f415987758fec97d1a019358b208cff4.tar.bz2
stackrpms-e2d5d060f415987758fec97d1a019358b208cff4.zip
makemkv 1.15.4
Diffstat (limited to 'makemkv-oss/debian/control')
-rw-r--r--makemkv-oss/debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/makemkv-oss/debian/control b/makemkv-oss/debian/control
index ea641a9..e770175 100644
--- a/makemkv-oss/debian/control
+++ b/makemkv-oss/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>=12~),
libc6-dev,
libexpat1-dev,
libgl1-mesa-dev,
- qt5-default,
+ qtbase5-dev,
+ qtchooser,
libssl-dev,
pkg-config,
zlib1g-dev
bgstack15