diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-07 07:51:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-07 07:51:17 +0200 |
commit | 7385d625053be9fb04023f0274256f4652d268d1 (patch) | |
tree | f034766fb4c102792d68a0cfce73eb5cbbd7c108 /DEPENDENCIES | |
parent | doc SOLAR_APPARENT_RADIUS (diff) | |
download | blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.gz blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.bz2 blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.xz |
cleanup in preparation for and preparation for use of pylibgamma
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index d190dd6..88d61e6 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -2,41 +2,30 @@ RUNTIME DEPENDENCIES: python3 + pylibgamma + solar-python argparser-python (required but can function partially if missing) - + libxcb (opt-out) - For RandR support and CRTC listing and ICC profile listing under X - - libxcb (opt-in) - For testing Windows support on GNU/Linux under X. - - libx11, libxxf86vm (opt-out) - For VidMode support under X - - libdrm (opt-out) - For support under TTY via DRM - + For ICC profile listing under X + linux (optional) For backlight support via sysfs - + linux, adjbacklight (optional) For permission-hasslefree backlight adjustments via sysfs - + wget (optional) For weather conditions, default command -MAKE DEPENDENCIES: +BUILD DEPENDENCIES: - cython - gcc python3 - libxcb (opt-out/opt-in, see runtime dependencies) - libx11 (opt-out, see runtime dependencies) - libxxf86vm (opt-out, see runtime dependencies) - libdrm (opt-out, see runtime dependencies) + gcc (opt-out) + libxcb (opt-out) make coreutils sed @@ -45,8 +34,15 @@ MAKE DEPENDENCIES: auto-auto-complete (opt-out) +BUILD DEPENDENCIES: + + make + coreutils + + DEPENDENCY SOURCES: + pylibgamma https://github.com/maandree/pylibgamma solar-python https://github.com/maandree/solar-python argparser-python https://github.com/maandree/argparser adjbacklight https://github.com/maandree/adjbacklight |