diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-21 14:50:00 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-21 14:50:00 +0100 |
commit | fc49478a082a300940878e5de72fa2055ca7b3b0 (patch) | |
tree | 2ec9eae42025aebb1415de2a4715f12c11f26c11 /DEPENDENCIES | |
parent | remove old variables (diff) | |
download | blueshift-fc49478a082a300940878e5de72fa2055ca7b3b0.tar.gz blueshift-fc49478a082a300940878e5de72fa2055ca7b3b0.tar.bz2 blueshift-fc49478a082a300940878e5de72fa2055ca7b3b0.tar.xz |
add vidmode support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 8c7a6ee..0b94abc 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,7 +1,9 @@ RUNTIME DEPENDENCIES: python3 - libxcb + libxcb (opt-out, for randr) + libx11 (opt-out, for vidmode) + libxxf86vm (opt-out, for vidmode) argparser-python (https://github.com/maandree/argparser) @@ -10,7 +12,9 @@ MAKE DEPENDENCIES: cython c99 (a C 99 compliant compiler; provided by gcc) python3 - libxcb + libxcb (opt-out, for randr) + libx11 (opt-out, for vidmode) + libxxf86vm (opt-out, for vidmode) make coreutils sed |