diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-12-06 20:37:47 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-12-06 20:37:47 -0500 |
commit | 2ec84c1ebba4199e70983379e7aa47e3332c3295 (patch) | |
tree | 183fbbb824f9f36a81835dab7cbada0001213547 /HACKING.md | |
parent | Update Travis CI script to run make distcheck (diff) | |
parent | Add a note about Ubuntu dependency packages (diff) | |
download | redshift-ng-2ec84c1ebba4199e70983379e7aa47e3332c3295.tar.gz redshift-ng-2ec84c1ebba4199e70983379e7aa47e3332c3295.tar.bz2 redshift-ng-2ec84c1ebba4199e70983379e7aa47e3332c3295.tar.xz |
Merge pull request #139 from khink/master
Add pointer to .travis.yml for Ubuntu dependency packages
Diffstat (limited to 'HACKING.md')
-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 ------------ |