aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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