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 /appveyor.yml | |
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 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
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" |