libraries/cogl: Make introspection yes by default

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ozan Türkyılmaz 2022-07-17 12:23:53 +03:00 committed by Willy Sudiarto Raharjo
parent 6895054539
commit 7fea94717c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View file

@ -8,4 +8,4 @@ options we are interested in for the future.
Below variables can be used to configure the build:
GTKDOC=yes : Use gtk-doc to build documentation
INTROSPECTION=yes : Enable introspection for this build
INTROSPECTION=no : Disable introspection for this build

View file

@ -26,12 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cogl
VERSION=${VERSION:-1.22.8}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
GTKDOC=${GTKDOC:-no}
INTROSPECTION=${INTROSPECTION:-no}
INTROSPECTION=${INTROSPECTION:-yes}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in