diff options
Diffstat (limited to '')
-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 |