branch: externals/osm
commit 25e3eaaef72a1ed6ce653e4238376eb41d542e3a
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Update README
---
 README.org | 10 +++++-----
 osm.el     |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.org b/README.org
index dbe047425a..2ef3cf070a 100644
--- a/README.org
+++ b/README.org
@@ -42,11 +42,11 @@ for locations by name and to open and display GPX tracks.
 
 The package is available on GNU ELPA and can be installed with 
=package-install=.
 Note that Osm.el requires Emacs 29 and depends on the external =curl= program.
-Emacs must be built with =libxml=, =librsvg=, =libjpeg= and =libpng= support. 
Emacs 30
-comes with a native JSON parser, while on Emacs 29, =libjansson= is needed. The
-following is an example configuration which relies on =use-package=. Please 
take a
-look at the [[https://github.com/minad/osm/wiki][wiki]] for additional tile 
server configurations, e.g., Google Maps
-for satellite and aerial maps.
+Emacs must be built with =libxml=, =librsvg=, =libjpeg=, =libpng= and 
=libwebp= support.
+Emacs 30 comes with a native JSON parser, while on Emacs 29, =libjansson= is
+needed. The following is an example configuration which relies on 
=use-package=.
+Please take a look at the [[https://github.com/minad/osm/wiki][wiki]] for 
additional tile server configurations, e.g.,
+Google Maps for satellite and aerial maps.
 
 #+begin_src emacs-lisp
 (use-package osm
diff --git a/osm.el b/osm.el
index 34a554051d..0bccd9739a 100644
--- a/osm.el
+++ b/osm.el
@@ -38,8 +38,8 @@
 ;; tracks.
 
 ;; osm.el requires Emacs 29 and depends on the external `curl' program.
-;; Emacs must be built with libxml, libjansson, librsvg, libjpeg and
-;; libpng support.
+;; Emacs must be built with libxml, libjansson, librsvg, libjpeg, libpng
+;; and libwebp support.
 
 ;;; Code:
 

Reply via email to