aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-07-17 08:30:34 -0400
committerKen Moore <moorekou@gmail.com>2015-07-17 08:30:34 -0400
commit5ff9d57a235673ab8b42d6f1595f2884c7fc61d4 (patch)
tree9e5527d0b97e399468d20c164e073cab64cb099f
parentUpdate all the *.pro files to add a new NO_I18N config option which prevents ... (diff)
parentUpdate DEPENDENCIES (diff)
downloadlumina-5ff9d57a235673ab8b42d6f1595f2884c7fc61d4.tar.gz
lumina-5ff9d57a235673ab8b42d6f1595f2884c7fc61d4.tar.bz2
lumina-5ff9d57a235673ab8b42d6f1595f2884c7fc61d4.zip
Merge pull request #137 from vovd/master
Add qtdeclarative5-dev as a build-dep
-rw-r--r--DEPENDENCIES1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 3cf2c836..8f7c0ed6 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -80,6 +80,7 @@ X.org and XCB extensions (possibly the XLib libraries above during the transitio
libxdamage-dev
libxrender-dev
libxcb-image0-dev
+ qtdeclarative5-dev
These packages are required for running Lumina on Linux
fluxbox
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
bgstack15