summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-06-26 11:47:53 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-06-26 11:47:53 +0100
commit79798c0aafe5f2e3cb1546696e2a353f403a200d (patch)
tree3f770f293ab8b9fe447fcf595f09d95a6d5577cc /README.md
parent679e9ed7b056ec3b17921863b5c7d2873a43c3b3 (diff)
downloadgdk-pixbuf-79798c0aafe5f2e3cb1546696e2a353f403a200d.tar.gz
docs: Update the option used to generate the API reference
We use `gtk_doc`, now.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e95e9fc60..f6fd10e18 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ You can specify the following options in the command line to `meson`:
* `-Djasper=true` - Enable support for JPEG2000. This requires
[libjasper's development files](http://www.ece.uvic.ca/~frodo/jasper/)
to be installed.
- * `-Ddocs=true` - Build the API reference documentation. This
+ * `-Dgtk_doc=true` - Build the API reference documentation. This
requires `gtk-doc` to be installed.
* `-Drelocatable=true` - Enable application bundle relocation support.