readme: meson build flags - fix small typo (#3034)

This commit is contained in:
Luca Corbo 2022-09-08 15:51:47 +02:00 committed by GitHub
parent 2d9c50735f
commit aef5c6b3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ configuration.
- Add flags like `-Dnsgif=false` to turn libvips options on and off, see
`meson_options.txt` for a list of all the build options libvips supports.
- Add flags like `-Dmagick=disable` to turn libvips dependencies on and off,
- Add flags like `-Dmagick=disabled` to turn libvips dependencies on and off,
see `meson_options.txt` and the list below for a summary of all the libvips
dependencies.