From bbc0a1aaa9b8a5149341abf76bf7be7fc4580709 Mon Sep 17 00:00:00 2001 From: Ozan Türkyılmaz Date: Wed, 27 Apr 2022 19:01:17 +0300 Subject: libraries/libgweather: Remove unused options Signed-off-by: Willy Sudiarto Raharjo --- libraries/libgweather/README | 2 -- libraries/libgweather/libgweather.SlackBuild | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'libraries/libgweather') 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 -- cgit v1.2.3-65-gdbad