summaryrefslogtreecommitdiffstats
path: root/libraries/libgweather
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libgweather')
-rw-r--r--libraries/libgweather/README2
-rw-r--r--libraries/libgweather/libgweather.SlackBuild4
2 files changed, 1 insertions, 5 deletions
diff --git a/libraries/libgweather/README b/libraries/libgweather/README
index 7109bfd4df..4abffb475f 100644
--- a/libraries/libgweather/README
+++ b/libraries/libgweather/README
@@ -3,7 +3,5 @@ services for numerous locations.
Below variables can be used to configure the build:
GTKDOC=true : Generate the API reference
- INSTROSPECTION=true : Enables the introspection generation
- TESTS=true : Whether to build the tests and tools
OWPAPI=APIKEY : Specify an API key for OpenWeatherMap
GLADE_CATALOG=true : Install a glade catalog file
diff --git a/libraries/libgweather/libgweather.SlackBuild b/libraries/libgweather/libgweather.SlackBuild
index d7d7070a8a..e9f274727c 100644
--- a/libraries/libgweather/libgweather.SlackBuild
+++ b/libraries/libgweather/libgweather.SlackBuild
@@ -105,9 +105,7 @@ cd build
$OWPAPILINE \
-Denable_vala="$VALA" \
-Dgtk_doc="$GTKDOC" \
- -Dintrospection="$INTROSPECTION" \
- -Dglade_catalog="$GLADE_CATALOG" \
- -Dtests="$TESTS"
+ -Dglade_catalog="$GLADE_CATALOG"
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install