diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-08-16 20:57:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-16 20:57:25 -0700 |
commit | 545bb59149c0d84b0ee5524fe7daf683a9b53f81 (patch) | |
tree | efe620c326b8b007d922e76df1363dcef35310f7 /CONTRIBUTING.md | |
parent | Merge pull request #494 from jonls/contributing (diff) | |
parent | Remove deprecated geoclue 1 location provider (diff) | |
download | redshift-ng-545bb59149c0d84b0ee5524fe7daf683a9b53f81.tar.gz redshift-ng-545bb59149c0d84b0ee5524fe7daf683a9b53f81.tar.bz2 redshift-ng-545bb59149c0d84b0ee5524fe7daf683a9b53f81.tar.xz |
Merge pull request #497 from jonls/remove-geoclue-1
Remove deprecated GeoClue 1 location provider
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
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 ``` |