mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/cogl: Make introspection yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6895054539
commit
7fea94717c
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue