aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorJesse Smith <jessefrgsmith@yahoo.ca>2014-09-06 17:28:06 -0300
committerJesse Smith <jessefrgsmith@yahoo.ca>2014-09-06 17:28:06 -0300
commit31a2df51b78736da677fc61f9a09a93579cbdb7a (patch)
tree616df2cc9c7b53033c89cb48822251bcb029b21f /DEPENDENCIES
parentAdded volume control and initial screen brightness control code to Linux. Upd... (diff)
downloadlumina-31a2df51b78736da677fc61f9a09a93579cbdb7a.tar.gz
lumina-31a2df51b78736da677fc61f9a09a93579cbdb7a.tar.bz2
lumina-31a2df51b78736da677fc61f9a09a93579cbdb7a.zip
Added audio volume control to Linux. Added initial code for changing screen brightness on Linux and updated dependnecy list. Added template file for future operating system support.
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 540831ee..0b3c7cf2 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -24,6 +24,9 @@ numlockx (x11/numlockx)
libqt4-svg
libxcomposite-dev
+ Optional Debian/Ubuntu/Mint packages
+ xbacklight (required for changing screen brightness)
+
=== BUILD & RUN ===
Qt 4.8+ (modules: core, gui, network, linguist, svg)
also includes: (qt4-qmake, qt4-uic, qt4-moc, qt4-rcc)
bgstack15