diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-12 09:02:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-12 09:02:52 +0100 |
commit | 5bbea8011aaffc9e9defebddd0f68abc24e14e14 (patch) | |
tree | 5aaa6bcc4fc33627abc0fe058a102885e4cab0db /DEPENDENCIES | |
parent | add blueshift_drm_set_gamma_ramps (diff) | |
download | blueshift-5bbea8011aaffc9e9defebddd0f68abc24e14e14.tar.gz blueshift-5bbea8011aaffc9e9defebddd0f68abc24e14e14.tar.bz2 blueshift-5bbea8011aaffc9e9defebddd0f68abc24e14e14.tar.xz |
improve deps file
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 41 |
1 files changed, 29 insertions, 12 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index bbddafb..62ded98 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,13 +1,23 @@ RUNTIME DEPENDENCIES: python3 - libxcb (opt-out, for randr, crtc identification and icc profile listing) - libx11 (opt-out, for vidmode) - libxxf86vm (opt-out, for vidmode) - libdrm (opt-out, for drm) - adjbacklight (optional, for permission-hasslefree backlight adjustments) - linux (optional, for backlight support) - argparser-python (https://github.com/maandree/argparser) + + argparser-python + + libxcb (opt-out) + For RandR support and CRTC listing and ICC profile listing under X + + libx11, libxxf86vm (opt-out) + For VidMode support under X + + libdrm (opt-out) + For support under TTY through DRM + + linux (optional) + For backlight support though sysfs + + linux, adjbacklight (optional) + For permission-hasslefree backlight adjustments though sysfs MAKE DEPENDENCIES: @@ -15,14 +25,21 @@ MAKE DEPENDENCIES: cython gcc python3 - libxcb (opt-out, for randr, crtc identification and icc profile listing) - libx11 (opt-out, for vidmode) - libxxf86vm (opt-out, for vidmode) - libdrm (opt-out, for drm) + libxcb (opt-out, see runtime dependencies) + libx11 (opt-out, see runtime dependencies) + libxxf86vm (opt-out, see runtime dependencies) + libdrm (opt-out, see runtime dependencies) make coreutils sed zip texinfo (opt-out) - auto-auto-complete (opt-out) (https://github.com/maandree/auto-auto-complete) + auto-auto-complete (opt-out) + + +DEPENDENCY SOURCES: + + argparser-python https://github.com/maandree/argparser + adjbacklight https://github.com/maandree/adjbacklight + auto-auto-complete https://github.com/maandree/auto-auto-complete |