diff options
author | Kees Hink <keeshink@gmail.com> | 2014-12-05 21:01:02 +0100 |
---|---|---|
committer | Kees Hink <keeshink@gmail.com> | 2014-12-05 21:01:02 +0100 |
commit | 06b2a1b12bc700e899ffbd3eaf05fee333c482da (patch) | |
tree | 183fbbb824f9f36a81835dab7cbada0001213547 | |
parent | Update Travis CI script to run make distcheck (diff) | |
download | redshift-ng-06b2a1b12bc700e899ffbd3eaf05fee333c482da.tar.gz redshift-ng-06b2a1b12bc700e899ffbd3eaf05fee333c482da.tar.bz2 redshift-ng-06b2a1b12bc700e899ffbd3eaf05fee333c482da.tar.xz |
Add a note about Ubuntu dependency packages
...which can be found in .travis.yml
-rw-r--r-- | HACKING.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ Dependencies * python3, pygobject, pyxdg (Optional, for GUI support) * appindicator (Optional, for Ubuntu-style GUI status icon) +Ubuntu users will find all these dependencies in the packages listed in ``.travis.yml``. Coding style ------------ |