diff options
author | Bob Funk <bobfunk11@gmail.com> | 2022-06-22 10:23:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:29 +0700 |
commit | 4d8be2997b54f74632b90aa17e0e111722f7e6ca (patch) | |
tree | 567acd448c7c5dd475b627477ea358fcb1f79b6c /desktop/gnome-maps/README | |
parent | 10cdb0fd27eb7f13c5fb183507025d5dcc01b81e (diff) |
desktop/gnome-maps: Added (GNOME Maps)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gnome-maps/README')
-rw-r--r-- | desktop/gnome-maps/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/gnome-maps/README b/desktop/gnome-maps/README new file mode 100644 index 000000000000..4d4ebe995783 --- /dev/null +++ b/desktop/gnome-maps/README @@ -0,0 +1,16 @@ +Maps gives you quick access to maps all across the world. We use the +collaborative OpenStreetMap database, enabling our users to make +smaller changes to places and points-of-interests. + +Important Note: +The 'folks' and 'libchamplain' dependencies and their related +dependencies have generation of introspection and vala/vapi files +disabled and must be switched on with the following environment +variables: + +INTROSPECTION=yes +VALA=yes +VAPI=yes + +Gnome-maps will fail to build without introspection and vala/vapi +support enabled in these dependencies. |