aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-08-16 17:58:30 -0700
committerJon Lund Steffensen <jonlst@gmail.com>2017-08-16 20:46:53 -0700
commit4adb93a448e701a9df13941c13da8bb92e778302 (patch)
treeefe620c326b8b007d922e76df1363dcef35310f7 /CONTRIBUTING.md
parentMerge pull request #494 from jonls/contributing (diff)
downloadredshift-ng-4adb93a448e701a9df13941c13da8bb92e778302.tar.gz
redshift-ng-4adb93a448e701a9df13941c13da8bb92e778302.tar.bz2
redshift-ng-4adb93a448e701a9df13941c13da8bb92e778302.tar.xz
Remove deprecated geoclue 1 location provider
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c41b0e3..9ad02f8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -52,7 +52,7 @@ Dependencies
* libdrm (Optional, for DRM support)
* libxcb, libxcb-randr (Optional, for RandR support)
* libX11, libXxf86vm (Optional, for VidMode support)
-* geoclue (Optional, for geoclue support)
+* Glib 2 (Optional, for GeoClue2 support)
* python3, pygobject, pyxdg (Optional, for GUI support)
* appindicator (Optional, for Ubuntu-style GUI status icon)
@@ -158,8 +158,8 @@ Install MinGW and run `configure` using the following command line. Use
``` shell
$ ./configure --disable-drm --disable-randr --disable-vidmode --enable-wingdi \
- --disable-geoclue --disable-gui --disable-ubuntu \
- --host=x86_64-w64-mingw32
+ --disable-quartz --disable-geoclue2 --disable-corelocation --disable-gui \
+ --disable-ubuntu --host=x86_64-w64-mingw32
```