diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-09-22 12:58:16 -0400 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-09-22 12:58:16 -0400 |
commit | 44782ec882f6b800e5c118bc411cbff2ad360c80 (patch) | |
tree | 4b5e21ef22dcee98b6f23f2bb03432c093aa49d3 | |
parent | Fix #114: Update nl translation (diff) | |
parent | Added intltool to dependencies, as I got errors on ./bootstrap without it (diff) | |
download | redshift-ng-44782ec882f6b800e5c118bc411cbff2ad360c80.tar.gz redshift-ng-44782ec882f6b800e5c118bc411cbff2ad360c80.tar.bz2 redshift-ng-44782ec882f6b800e5c118bc411cbff2ad360c80.tar.xz |
Merge pull request #116 from emilf/master
Added intltool to dependencies, as I got errors on ./bootstrap without it
-rw-r--r-- | HACKING.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ Dependencies ------------ * autotools, gettext +* intltool * libdrm (Optional, for DRM support) * libxcb, libxcb-randr (Optional, for RandR support) * libX11, libXxf86vm (Optional, for VidMode support) |