From 41b53277c2add94329ee6649be0cbd4382a2a82b Mon Sep 17 00:00:00 2001 From: RJ Skerry-Ryan Date: Sat, 22 Sep 2018 19:26:40 -0700 Subject: 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. --- build/debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/debian') 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, -- cgit v1.2.3