aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-08-16 20:57:25 -0700
committerGitHub <noreply@github.com>2017-08-16 20:57:25 -0700
commit545bb59149c0d84b0ee5524fe7daf683a9b53f81 (patch)
treeefe620c326b8b007d922e76df1363dcef35310f7 /appveyor.yml
parentMerge pull request #494 from jonls/contributing (diff)
parentRemove deprecated geoclue 1 location provider (diff)
downloadredshift-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 'appveyor.yml')
-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"