From 7fea94717c47a6dffcd8c937014fbade14fa94a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20T=C3=BCrky=C4=B1lmaz?= Date: Sun, 17 Jul 2022 12:23:53 +0300 Subject: [PATCH] libraries/cogl: Make introspection yes by default Signed-off-by: Willy Sudiarto Raharjo --- libraries/cogl/README | 2 +- libraries/cogl/cogl.SlackBuild | 4 ++-- 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