libraries/libgweather: Turned vala on default.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ozan Türkyılmaz 2023-02-11 23:15:22 +03:00 committed by Willy Sudiarto Raharjo
parent 940fb00696
commit ba00d12202
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 2 deletions

View file

@ -5,3 +5,4 @@ Below variables can be used to configure the build:
GTKDOC=yes : Generate the API reference
OWNAPI=APIKEY : Specify an API key for OpenWeatherMap
GLADE_CATALOG=yes : Install a glade catalog file
VALA=no : Don't generate vala files

View file

@ -26,12 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libgweather
VERSION=${VERSION:-40.0}
BUILD=${BUILD:-3}
BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
OWNAPI=${OWPAPI:-no}
VALA=${VALA:-no}
VALA=${VALA:-yes}
GTKDOC=${GTKDOC:-no}
GLADE_CATALOG=${GLADE_CATALOG:-no}