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