From eccc7c3ccc3c0e4aeab3f18513c9c455e14be897 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sat, 2 Jan 2016 18:36:37 +0100 Subject: debian: add missing build-dependency on libqt5svg5. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bbf72038..4a2c32ce 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), qt5-qmake, qtbase5-dev, qtmultimedia5-dev, libx11-dev, libxrender-dev, libxcomposite-dev, libxdamage-dev, libxcb-icccm4-dev, libxcb-damage0-dev, libxcb-util0-dev, libqt5x11extras5-dev, qttools5-dev-tools, libxcb-image0-dev, - libxcb-composite0-dev, qtdeclarative5-dev + libxcb-composite0-dev, qtdeclarative5-dev, libqt5svg5-dev Standards-Version: 3.9.6 Homepage: https://github.com/pcbsd/lumina -- cgit