diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-15 20:59:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-15 20:59:09 +0200 |
commit | 54bf846f2159a5099276225da91c427d3b1133f3 (patch) | |
tree | cd6db0029fd7fa52a36fad43e75fd078a762cd1d /DEPENDENCIES | |
parent | update limitations (diff) | |
download | blueshift-54bf846f2159a5099276225da91c427d3b1133f3.tar.gz blueshift-54bf846f2159a5099276225da91c427d3b1133f3.tar.bz2 blueshift-54bf846f2159a5099276225da91c427d3b1133f3.tar.xz |
canniablise my fake windows patch for redshift
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 7cba3bb..c6928cc 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -7,6 +7,9 @@ RUNTIME DEPENDENCIES: 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 @@ -18,7 +21,7 @@ RUNTIME DEPENDENCIES: linux, adjbacklight (optional) For permission-hasslefree backlight adjustments via sysfs - + wget (optional) For weather conditions, default command @@ -28,10 +31,10 @@ MAKE DEPENDENCIES: cython gcc python3 - libxcb (opt-out, see runtime dependencies) - libx11 (opt-out, see runtime dependencies) + libxcb (opt-out/out-in, see runtime dependencies) + libx11 (opt-out, see runtime dependencies) libxxf86vm (opt-out, see runtime dependencies) - libdrm (opt-out, see runtime dependencies) + libdrm (opt-out, see runtime dependencies) make coreutils sed |