summaryrefslogtreecommitdiffstats
path: root/libraries/cogl
diff options
context:
space:
mode:
author Ozan Türkyılmaz2022-07-17 11:23:53 +0200
committer Willy Sudiarto Raharjo2022-07-17 14:08:45 +0200
commit7fea94717c47a6dffcd8c937014fbade14fa94a5 (patch)
treebea436765b18a92b54a2443dd8b51175e98ad319 /libraries/cogl
parent6895054539ee3bd112cb956ea0fc5c729f8267b7 (diff)
downloadslackbuilds-7fea94717c47a6dffcd8c937014fbade14fa94a5.tar.gz
libraries/cogl: Make introspection yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/cogl')
-rw-r--r--libraries/cogl/README2
-rw-r--r--libraries/cogl/cogl.SlackBuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/libraries/cogl/README b/libraries/cogl/README
index adfda78b27..d43b00edda 100644
--- a/libraries/cogl/README
+++ b/libraries/cogl/README
@@ -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
diff --git a/libraries/cogl/cogl.SlackBuild b/libraries/cogl/cogl.SlackBuild
index a370ef3c4a..58d6bd83b4 100644
--- a/libraries/cogl/cogl.SlackBuild
+++ b/libraries/cogl/cogl.SlackBuild
@@ -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