diff options
-rw-r--r-- | libraries/geocode-glib/README | 2 | ||||
-rw-r--r-- | libraries/geocode-glib/geocode-glib.SlackBuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libraries/geocode-glib/README b/libraries/geocode-glib/README index 1c3bf0020be44..10db582b4294d 100644 --- a/libraries/geocode-glib/README +++ b/libraries/geocode-glib/README @@ -6,5 +6,5 @@ results and to avoid unnecessary server load. Below variables can be used to configure the build: GTKDOC=yes : Builds gtkdocs - INTROSPECTION=yes : Enables the introspection generation + INTROSPECTION=no : Disables the introspection generation TESTS=yes : Build & install test programs diff --git a/libraries/geocode-glib/geocode-glib.SlackBuild b/libraries/geocode-glib/geocode-glib.SlackBuild index bb3aac8bea992..a83009b1baf97 100644 --- a/libraries/geocode-glib/geocode-glib.SlackBuild +++ b/libraries/geocode-glib/geocode-glib.SlackBuild @@ -26,12 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=geocode-glib VERSION=${VERSION:-3.26.2} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} GTKDOC=${GTKDOC:-no} -INTROSPECTION=${INTROSPECTION:-no} +INTROSPECTION=${INTROSPECTION:-yes} TESTS=${TESTS:-no} if [ "$GTKDOC" = "yes" ]; then |