diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-23 17:03:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-23 17:04:18 +0200 |
commit | 9f0ab89cf826c59df77a623ed747fe81b7083de3 (patch) | |
tree | def59dc93a65f58d661d9fe122b9d2ea01cc2a36 /DEPENDENCIES | |
parent | unused parameter (diff) | |
download | libgamma-9f0ab89cf826c59df77a623ed747fe81b7083de3.tar.gz libgamma-9f0ab89cf826c59df77a623ed747fe81b7083de3.tar.bz2 libgamma-9f0ab89cf826c59df77a623ed747fe81b7083de3.tar.xz |
I always forget pkg-config is a dep
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 75db006..073ff69 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -24,6 +24,7 @@ BUILD DEPENDENCIES: sed coreutils c99 gcc is preferred + pkg-config general-preprocessor (gpp) python Both Python 2 and Python 3 will work texinfo Optional: for info, pdf, ps and dvi manuals @@ -47,6 +48,7 @@ DEPENDENCIES SOURCES: sed https://www.gnu.org/software/sed coreutils https://www.gnu.org/software/coreutils c99 https://gcc.gnu.org + pkg-config http://pkgconfig.freedesktop.org general-preprocessor (gpp) https://github.com/maandree/gpp python https://www.python.org/ texinfo https://www.gnu.org/software/texinfo/ |