diff options
author | Boris Faure <billiob@gmail.com> | 2019-03-29 20:21:55 +0100 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2019-03-29 20:21:55 +0100 |
commit | 39a07952cfb0cb56ab1e1356f172e8094ad0fef4 (patch) | |
tree | b93dfd080e6624dd4e9c4eb255f4aa7f6ca25632 | |
parent | 0ecb3ccde56a3afbf4073bf52fe8a346f454e5fc (diff) | |
download | efl-39a07952cfb0cb56ab1e1356f172e8094ad0fef4.tar.gz |
README.meson: fix typo + rewrap
-rw-r--r-- | README.meson | 6 |
1 files 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. |