[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-551-g2a2bb0b19
git at osgeo.org
git at osgeo.org
Thu Feb 17 08:37:13 PST 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 2a2bb0b19a85c11ac2dee496585f7e3d4ea3fc72 (commit)
from 1535e01ff967e5bfcd94c5e5797edd44827369bd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2a2bb0b19a85c11ac2dee496585f7e3d4ea3fc72
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Feb 17 17:36:53 2022 +0100
Document GTK requirement and fix typo about it not being found
diff --git a/README.postgis b/README.postgis
index e50a5f6fc..968e50537 100644
--- a/README.postgis
+++ b/README.postgis
@@ -102,6 +102,15 @@ this to work.
apt-get install libprotobuf-c-dev protobuf-c-compiler
+* GTK (Optional, Version 2.2.0)
+
+ The GTK library is required to build the GUI version of shp2pgsql
+ loader.
+
+ To get packages on apt-based systems:
+
+ apt-get install libgtk2.0-dev
+
CONFIGURATION
-------------
diff --git a/configure.ac b/configure.ac
index f085eb416..1e5bb8337 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1126,7 +1126,7 @@ AC_ARG_WITH([gui],
[GUI="yes"], [GUI="no"])
if test "x$GUI" = "xyes"; then
- AC_MSG_RESULT([GUI: Build requested, checking for dependencies (GKT+2.0)])
+ AC_MSG_RESULT([GUI: Build requested, checking for dependencies (GTK+2.0)])
dnl Try to find the GTK libs with pkgconfig
AM_PATH_GTK_2_0([2.8.0], [GTK_BUILD="gui"], [GTK_BUILD=""])
-----------------------------------------------------------------------
Summary of changes:
README.postgis | 9 +++++++++
configure.ac | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list