diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-05-04 16:39:03 -0400 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-05-04 16:39:03 -0400 |
commit | c1d689c01ab8abe2aca849e90aaec869921da6f0 (patch) | |
tree | f02692a79d2be03a44148249d0f86734f1e951c8 /HACKING.md | |
parent | Change project page in README to Github page (diff) | |
download | redshift-ng-c1d689c01ab8abe2aca849e90aaec869921da6f0.tar.gz redshift-ng-c1d689c01ab8abe2aca849e90aaec869921da6f0.tar.bz2 redshift-ng-c1d689c01ab8abe2aca849e90aaec869921da6f0.tar.xz |
HACKING: Add list of dependencies for GUI
Diffstat (limited to '')
-rw-r--r-- | HACKING.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -44,8 +44,8 @@ You can now run the python script. Example: $ $HOME/redshift/root/bin/redshift-gtk ``` -Depenencies ------------ +Dependencies +------------ * autotools, gettext * libdrm (Optional, for DRM support) @@ -53,6 +53,9 @@ Depenencies * libX11, libXxf86vm (Optional, for VidMode support) * geoclue (Optional, for geoclue support) +* python3, pygobject, pyxdg (Optional, for GUI support) +* appindicator (Optional, for Ubuntu-style GUI status icon) + Creating a new release ---------------------- |