libraries/clutter-gtk: 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:21:51 +03:00 committed by Willy Sudiarto Raharjo
parent 89620bef3e
commit 5ad8d142ba
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View file

@ -7,4 +7,4 @@ actor for embedding any GtkWidget inside a Clutter stage.
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=clutter-gtk
VERSION=${VERSION:-1.8.4}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
GTKDOC=${GTKDOC:-no}
INTROSPECTION=${INTROSPECTION:-no}
INTROSPECTION=${INTROSPECTION:-yes}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in