summaryrefslogtreecommitdiff
path: root/makemkv-oss/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-21 14:18:17 +0000
committerB Stack <bgstack15@gmail.com>2020-12-21 14:18:17 +0000
commit253436301a3871cab34a87791417f387584b130b (patch)
tree6b0f9632d76b58f957dc70940893c19650a50045 /makemkv-oss/debian/control
parentMerge branch 'notepadpp-bump' into 'master' (diff)
parentfix up rpm for fc33 and sdftool symlink addition (diff)
downloadstackrpms-253436301a3871cab34a87791417f387584b130b.tar.gz
stackrpms-253436301a3871cab34a87791417f387584b130b.tar.bz2
stackrpms-253436301a3871cab34a87791417f387584b130b.zip
Merge branch 'makemkv-bump' into 'master'
Makemkv 1.15.4 See merge request bgstack15/stackrpms!209
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