summaryrefslogtreecommitdiffstats
path: root/libraries/cogl
diff options
context:
space:
mode:
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