aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CONTRIBUTING.md (renamed from HACKING.md)6
l---------HACKING1
2 files changed, 3 insertions, 4 deletions
diff --git a/HACKING.md b/CONTRIBUTING.md
index c41b0e3..9ad02f8 100644
--- a/HACKING.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
```
diff --git a/HACKING b/HACKING
deleted file mode 120000
index 36b0b3a..0000000
--- a/HACKING
+++ /dev/null
@@ -1 +0,0 @@
-HACKING.md \ No newline at end of file