aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Smith <jsmith@resonatingmedia.com>2015-05-28 12:32:46 -0300
committerJesse Smith <jsmith@resonatingmedia.com>2015-05-28 12:32:46 -0300
commitc5adf52e3c0103e2b0ca188f45a193b5e5ec63f5 (patch)
tree2a9685650923919e540e0796388d5b070ae5232e
parentAdd new options to the system-wide settings configuration file: (diff)
downloadlumina-c5adf52e3c0103e2b0ca188f45a193b5e5ec63f5.tar.gz
lumina-c5adf52e3c0103e2b0ca188f45a193b5e5ec63f5.tar.bz2
lumina-c5adf52e3c0103e2b0ca188f45a193b5e5ec63f5.zip
Updated Linux dependency list
Updated Linux package dependencies for Debian/Ubuntu systems now that Lumina uses Qt5.
-rw-r--r--DEPENDENCIES20
1 files changed, 13 insertions, 7 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index ae0d0765..3cf2c836 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -62,13 +62,19 @@ X.org and XCB extensions (possibly the XLib libraries above during the transitio
=== Linux Requirements ===
These packages are required for building Lumina on Linux
build-essential (this supplies g++, though clang should work too)
- qt4-qmake
- libqt4-core
- libqt4-dev
- libqt4-dev-bin
- libqt4-gui
- libqt4-network
- libqt4-svg
+ qt5-default
+ qttools5-dev-tools
+ libqt5gui5
+ qtmultimedia5-dev
+ libqt5multimediawidgets5
+ libqt5network5
+ libqt5svg5-dev
+ libqt5x11extras5-dev
+ libxcb-icccm4-dev
+ libxcb-ewmh-dev
+ libxcb-composite0-dev
+ libxcb-damage0-dev
+ libxcb-util0-dev
libphonon-dev
libxcomposite-dev
libxdamage-dev
bgstack15