aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKees Hink <keeshink@gmail.com>2014-12-05 21:01:02 +0100
committerKees Hink <keeshink@gmail.com>2014-12-05 21:01:02 +0100
commit06b2a1b12bc700e899ffbd3eaf05fee333c482da (patch)
tree183fbbb824f9f36a81835dab7cbada0001213547
parentUpdate Travis CI script to run make distcheck (diff)
downloadredshift-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md
index ff770d3..50ea4c5 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -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
------------