README.meson: fix typo + rewrap

This commit is contained in:
Boris Faure 2019-03-29 20:21:55 +01:00
parent 0ecb3ccde5
commit 39a07952cf
1 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@
ninja test ninja test
sudo ninja install sudo ninja install
In autotools there have been a few flags that are used to disable loaders. In meson the following four disbler arrays are used: In autotools there have been a few flags that are used to disable loaders.
In meson the following four disabler arrays are used:
emotion-generic-loaders-disabler emotion-generic-loaders-disabler
@ -48,4 +49,5 @@ The following options are merged into the pixman option
--enable-pixman-image-scale-sample --enable-pixman-image-scale-sample
--disable-valgrind Is dropped, and handled due to the build profile, this can be handled with --buildtype release or plain. --disable-valgrind Is dropped, and handled due to the build profile, this can
be handled with --buildtype release or plain.