diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2022-05-12 18:06:20 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:53 +0700 |
commit | 9cdc521ff70ee078eee5ab9491bf405c971d4bce (patch) | |
tree | 4ed121e78dbc14a782cb4785626ba5abf0532c43 /libraries/geocode-glib/README | |
parent | 7a0d559efed6058ec7dc3a1ded60b824a1569077 (diff) |
libraries/geocode-glib: Use yes/no for build options
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/geocode-glib/README')
-rw-r--r-- | libraries/geocode-glib/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/geocode-glib/README b/libraries/geocode-glib/README index 6a7e5196f13e..b4915ed7c4a3 100644 --- a/libraries/geocode-glib/README +++ b/libraries/geocode-glib/README @@ -5,6 +5,6 @@ achieve that. It also caches (reverse-)geocoding requests for faster results and to avoid unnecessary server load. Below variables can be used to configure the build: - GTKDOC=true : Builds gtkdocs - INSTROSPECTION=true : Enables the introspection generation - TESTS=true : Build & install test programs + GTKDOC=yes : Builds gtkdocs + INSTROSPECTION=yes : Enables the introspection generation + TESTS=yes : Build & install test programs |