summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-06-16 02:20:11 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2020-06-16 02:20:11 +0200
commit37ee71c75e1d349b4e61998a669317e19eaffa94 (patch)
tree8359ac01059547dfe93b79218ad722aa99c2006f /build
parenta8d1db4a24a1b5f4f733209dcc5328d9709820ca (diff)
Add missing ,
Diffstat (limited to 'build')
-rw-r--r--build/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/debian/control b/build/debian/control
index ea4464bdec..bc48f797a3 100644
--- a/build/debian/control
+++ b/build/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9),
# QtXml
qt5-default (>= 5.5.0),
# We additionally need headers for QtOpenGL, QtScript, QtQml, and QtSvg.
- qtdeclarative5-dev
+ qtdeclarative5-dev,
qtscript5-dev,
libqt5opengl5-dev,
libqt5svg5-dev,