diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2022-07-17 12:27:38 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-17 19:08:46 +0700 |
commit | 4c21fdb4832232ee1801b57f090bf2d142a93e68 (patch) | |
tree | 2b94be984ffe31ea14facca08353c0ccd08d3613 /libraries/libgdata/README | |
parent | 1c009a03ef1b4a8748777f2ea304028c1e25a71d (diff) |
libraries/libgdata: Make introspection and vapi yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgdata/README')
-rw-r--r-- | libraries/libgdata/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libgdata/README b/libraries/libgdata/README index fcbc29f6f8..94614677be 100644 --- a/libraries/libgdata/README +++ b/libraries/libgdata/README @@ -5,8 +5,8 @@ support. Below variables can be used to configure the build: GTKDOC=yes : Builds gtkdocs - INSTROSPECTION=yes : Enables the introspection generation + INSTROSPECTION=no : Disable the introspection generation TESTS=yes : Build & install test programs - VAPI=yes : Enable creation of vapi files + VAPI=no : Disable creation of vapi files OAUTH=yes : Enable OAuth 1.0 support (deprecated) MAN=yes : Generate man pages |