mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/clutter-gtk: Make introspection yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
89620bef3e
commit
5ad8d142ba
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue