From 39a07952cfb0cb56ab1e1356f172e8094ad0fef4 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Fri, 29 Mar 2019 20:21:55 +0100 Subject: [PATCH] README.meson: fix typo + rewrap --- README.meson | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.meson b/README.meson index ad76faa3f7..da75966f30 100644 --- a/README.meson +++ b/README.meson @@ -8,7 +8,8 @@ ninja test 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 @@ -48,4 +49,5 @@ The following options are merged into the pixman option --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.