aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
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 /appveyor.yml
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 '')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 57b9cbc..ed041b5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,7 +17,7 @@ build_script:
$env:MSYSTEM = "MINGW32"
}
- $env:CONFIGURE_FLAGS = "--disable-drm --disable-randr --disable-vidmode --enable-wingdi --disable-quartz --disable-geoclue --disable-geoclue2 --disable-corelocation --disable-gui --disable-ubuntu --disable-nls --host=$env:arch-w64-mingw32"
+ $env:CONFIGURE_FLAGS = "--disable-drm --disable-randr --disable-vidmode --enable-wingdi --disable-quartz --disable-geoclue2 --disable-corelocation --disable-gui --disable-ubuntu --disable-nls --host=$env:arch-w64-mingw32"
- ps: md (Join-Path $env:APPVEYOR_BUILD_FOLDER root)
- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && ./bootstrap"