diff options
author | Liang Chen <liangchenomc@gmail.com> | 2018-09-07 21:53:19 -0400 |
---|---|---|
committer | Liang Chen <liangchenomc@gmail.com> | 2018-09-07 21:53:19 -0400 |
commit | 385f560c5b9d1a319481ba7e47bb9f4aca860ab2 (patch) | |
tree | bfc1edfeae3f559dc83901b5a39f7b0f8d38759f /port-files/debian | |
parent | update class declaration (diff) | |
download | lumina-385f560c5b9d1a319481ba7e47bb9f4aca860ab2.tar.gz lumina-385f560c5b9d1a319481ba7e47bb9f4aca860ab2.tar.bz2 lumina-385f560c5b9d1a319481ba7e47bb9f4aca860ab2.zip |
remove a duplicated item, and add a missing dependency 'libpoppler-qt5-dev'
Diffstat (limited to 'port-files/debian')
-rw-r--r-- | port-files/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/debian/control b/port-files/debian/control index d39b5199..cdd073bd 100644 --- a/port-files/debian/control +++ b/port-files/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, libqt5svg5-dev, + libpoppler-qt5-dev, qtdeclarative5-dev, libqt5svg5-dev, libxcb-xinput0-dev Standards-Version: 3.9.6 Homepage: https://github.com/trueos/lumina |