diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-06 20:36:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-06 20:46:04 +0200 |
commit | 67bc1de939bdfb2072074bc9554dfea9b32f64cd (patch) | |
tree | 1870ce05873f8ed9cdfa87fafa0d8b3e6223dd8d /DEPENDENCIES | |
parent | fix cielab to ciexyz conversion (diff) | |
download | libclut-67bc1de939bdfb2072074bc9554dfea9b32f64cd.tar.gz libclut-67bc1de939bdfb2072074bc9554dfea9b32f64cd.tar.bz2 libclut-67bc1de939bdfb2072074bc9554dfea9b32f64cd.tar.xz |
Simplify
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES deleted file mode 100644 index cfd6079..0000000 --- a/DEPENDENCIES +++ /dev/null @@ -1,22 +0,0 @@ -RUNTIME DEPENDENCIES: - - libc - - -BUILD DEPENDENCIES: - - make - coreutils - cc - texinfo>=4.11 (opt-out, for info, pdf, dvi, ps, and html manuals) - texlive-plainextra (opt-in, for pdf, dvi, and ps manuals) - - texinfo<4.11 can be used if '@frenchspacing on' is removed. - - -INSTALL DEPENDENCIES: - - make - coreutils - texinfo (opt-out, for dir-entry of info manual) - |