diff options
author | Ken Moore <moorekou@gmail.com> | 2016-01-08 17:04:44 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-01-08 17:04:44 -0500 |
commit | 7146aa8af8ff82f517806008d73c06245903c889 (patch) | |
tree | a5e3080217c687f9e5bdf5e6503d5961147958dc | |
parent | Start the work of abstracting out the OS-detection/build system from the indi... (diff) | |
parent | debian: add missing build-dependency on libqt5svg5. (diff) | |
download | lumina-7146aa8af8ff82f517806008d73c06245903c889.tar.gz lumina-7146aa8af8ff82f517806008d73c06245903c889.tar.bz2 lumina-7146aa8af8ff82f517806008d73c06245903c889.zip |
Merge pull request #175 from kilobyte/master
debian: add missing build-dependency on libqt5svg5.
-rw-r--r-- | debian/control | 2 |
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 |