diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-23 21:54:41 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-23 21:54:41 +0100 |
commit | c09982de15a904eb728ea5f06c31d808587bbe48 (patch) | |
tree | b7a54b608d8f60ee9816847a9ca1d6c8ff24bfed /DEPENDENCIES | |
parent | bump version (diff) | |
download | blueshift-c09982de15a904eb728ea5f06c31d808587bbe48.tar.gz blueshift-c09982de15a904eb728ea5f06c31d808587bbe48.tar.bz2 blueshift-c09982de15a904eb728ea5f06c31d808587bbe48.tar.xz |
basic screen, output and crtc listing with physical size and connection status
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 0b94abc..398b703 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,7 +1,7 @@ RUNTIME DEPENDENCIES: python3 - libxcb (opt-out, for randr) + libxcb (opt-out, for randr and crtc identification) libx11 (opt-out, for vidmode) libxxf86vm (opt-out, for vidmode) argparser-python (https://github.com/maandree/argparser) @@ -12,7 +12,7 @@ MAKE DEPENDENCIES: cython c99 (a C 99 compliant compiler; provided by gcc) python3 - libxcb (opt-out, for randr) + libxcb (opt-out, for randr and crtc identification) libx11 (opt-out, for vidmode) libxxf86vm (opt-out, for vidmode) make |