summaryrefslogtreecommitdiffstats
path: root/libraries/libgdata/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libgdata/README')
-rw-r--r--libraries/libgdata/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libgdata/README b/libraries/libgdata/README
new file mode 100644
index 0000000000..94614677be
--- /dev/null
+++ b/libraries/libgdata/README
@@ -0,0 +1,12 @@
+libgdata is a GLib-based library for accessing online service APIs
+using the GData protocol most notably, Google's services. It provides
+APIs to access the common Google services, and has full asynchronous
+support.
+
+Below variables can be used to configure the build:
+ GTKDOC=yes : Builds gtkdocs
+ INSTROSPECTION=no : Disable the introspection generation
+ TESTS=yes : Build & install test programs
+ VAPI=no : Disable creation of vapi files
+ OAUTH=yes : Enable OAuth 1.0 support (deprecated)
+ MAN=yes : Generate man pages