diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2022-07-17 12:22:53 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-17 19:08:45 +0700 |
commit | 6895054539ee3bd112cb956ea0fc5c729f8267b7 (patch) | |
tree | e3d213fabfd09836f0f393327b8beb46d6af62cc /libraries/clutter/README | |
parent | 5ad8d142ba13f82fdb3a8de281e4fa7dc6b6ed88 (diff) | |
download | slackbuilds-6895054539ee3bd112cb956ea0fc5c729f8267b7.tar.gz |
libraries/clutter: Make introspection yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/clutter/README')
-rw-r--r-- | libraries/clutter/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/clutter/README b/libraries/clutter/README index 43c6629aad..df5d24828c 100644 --- a/libraries/clutter/README +++ b/libraries/clutter/README @@ -13,5 +13,5 @@ needs. Below variables can be used to configure the build: GCOV=yes : Enable gcov - INTROSPECTION=yes : Enable introspection for this build + INTROSPECTION=no : Disable introspection for this build GTKDOC=yes : Use gtk-doc to build documentation |