diff options
author | vovd <vovd.tanglu@gmail.com> | 2015-07-17 12:13:27 +0200 |
---|---|---|
committer | vovd <vovd.tanglu@gmail.com> | 2015-07-17 12:13:27 +0200 |
commit | 5dd6e8c0214dd09836fe47673115b0d10a3d4dac (patch) | |
tree | c96952f0ef5b72a4f5d5f9fb6f7b6bc71d8d8e15 /debian | |
parent | Update all the *.pro files to add a new NO_I18N config option which prevents ... (diff) | |
download | lumina-5dd6e8c0214dd09836fe47673115b0d10a3d4dac.tar.gz lumina-5dd6e8c0214dd09836fe47673115b0d10a3d4dac.tar.bz2 lumina-5dd6e8c0214dd09836fe47673115b0d10a3d4dac.zip |
Add qtdeclarative5-dev as a build-dep
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3c71f0e9..d7f094e3 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,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 + libxcb-composite0-dev, qtdeclarative5-dev Standards-Version: 3.9.5 Homepage: https://github.com/pcbsd/lumina |