diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2022-04-27 19:01:17 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:08 +0700 |
commit | bbc0a1aaa9b8a5149341abf76bf7be7fc4580709 (patch) | |
tree | af963eab6af5ec4b757d153482eb574d25e9b3aa /libraries/libgweather | |
parent | 905126331e8bc96f4ed642fa224a48b11fc5323b (diff) | |
download | slackbuilds-bbc0a1aaa9b8a5149341abf76bf7be7fc4580709.tar.gz |
libraries/libgweather: Remove unused options
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgweather')
-rw-r--r-- | libraries/libgweather/README | 2 | ||||
-rw-r--r-- | libraries/libgweather/libgweather.SlackBuild | 4 |
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 |