From 31a2df51b78736da677fc61f9a09a93579cbdb7a Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Sat, 6 Sep 2014 17:28:06 -0300 Subject: 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. --- DEPENDENCIES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DEPENDENCIES') 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) -- cgit