summaryrefslogtreecommitdiffstats
path: root/build/debian
diff options
context:
space:
mode:
authorRJ Skerry-Ryan <rryan@mixxx.org>2018-09-22 19:26:40 -0700
committerRJ Skerry-Ryan <rryan@mixxx.org>2018-09-22 19:26:40 -0700
commit41b53277c2add94329ee6649be0cbd4382a2a82b (patch)
tree44c5d66dd7fb03dbdbe4dbd9c785142ae2acbcfe /build/debian
parent3170f077bdfc4649692a2d8904e0d19d67303386 (diff)
Add libqt5sql5-sqlite to Build-Depends.
It's not required to build Mixxx, but we need it in order to run the tests during package building.
Diffstat (limited to 'build/debian')
-rw-r--r--build/debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/debian/control b/build/debian/control
index b5144d1990..b8bf8610af 100644
--- a/build/debian/control
+++ b/build/debian/control
@@ -21,6 +21,8 @@ Build-Depends: debhelper (>= 9),
qtscript5-dev,
libqt5opengl5-dev,
libqt5svg5-dev,
+# Only needed for running tests that use SQLite.
+ libqt5sql5-sqlite,
scons,
libjack-dev,
portaudio19-dev,