aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2016-01-02 18:36:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2016-01-02 18:36:37 +0100
commiteccc7c3ccc3c0e4aeab3f18513c9c455e14be897 (patch)
tree39cd740aa21e7f88e801219ca0e467e4ffe87b9d
parentMake sure to round the generated panel size to the nearest pixel rather than ... (diff)
downloadlumina-eccc7c3ccc3c0e4aeab3f18513c9c455e14be897.tar.gz
lumina-eccc7c3ccc3c0e4aeab3f18513c9c455e14be897.tar.bz2
lumina-eccc7c3ccc3c0e4aeab3f18513c9c455e14be897.zip
debian: add missing build-dependency on libqt5svg5.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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
bgstack15