mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libgdata: Make introspection and vapi yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1c009a03ef
commit
4c21fdb483
2 changed files with 5 additions and 5 deletions
|
@ -5,8 +5,8 @@ support.
|
|||
|
||||
Below variables can be used to configure the build:
|
||||
GTKDOC=yes : Builds gtkdocs
|
||||
INSTROSPECTION=yes : Enables the introspection generation
|
||||
INSTROSPECTION=no : Disable the introspection generation
|
||||
TESTS=yes : Build & install test programs
|
||||
VAPI=yes : Enable creation of vapi files
|
||||
VAPI=no : Disable creation of vapi files
|
||||
OAUTH=yes : Enable OAuth 1.0 support (deprecated)
|
||||
MAN=yes : Generate man pages
|
||||
|
|
|
@ -26,14 +26,14 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=libgdata
|
||||
VERSION=${VERSION:-0.18.1}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
TESTS=${TESTS:-no}
|
||||
GTKDOC=${GTKDOC:-no}
|
||||
INTROSPECTION=${INTROSPECTION:-no}
|
||||
VAPI=${VAPI:-no}
|
||||
INTROSPECTION=${INTROSPECTION:-yes}
|
||||
VAPI=${VAPI:-yes}
|
||||
OAUTH1=${OAUTH1=no}
|
||||
MAN=${MAN:-no}
|
||||
|
||||
|
|
Loading…
Reference in a new issue