diff options
Diffstat (limited to 'libraries/libgdata/README')
-rw-r--r-- | libraries/libgdata/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libgdata/README b/libraries/libgdata/README index 3e406646ca..fcbc29f6f8 100644 --- a/libraries/libgdata/README +++ b/libraries/libgdata/README @@ -4,9 +4,9 @@ APIs to access the common Google services, and has full asynchronous support. Below variables can be used to configure the build: - GTKDOC=true : Builds gtkdocs - INSTROSPECTION=true : Enables the introspection generation - TESTS=true : Build & install test programs - VAPI=true : Enable creation of vapi files - OAUTH=enabled : Enable OAuth 1.0 support (deprecated) - MAN=true : Generate man pages + GTKDOC=yes : Builds gtkdocs + INSTROSPECTION=yes : Enables the introspection generation + TESTS=yes : Build & install test programs + VAPI=yes : Enable creation of vapi files + OAUTH=yes : Enable OAuth 1.0 support (deprecated) + MAN=yes : Generate man pages |