summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/meson.build b/doc/meson.build
index c00894e..af702e4 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -9,8 +9,7 @@ if doc_option != 'false' and doxygen.found() and dot.found()
doxyfile = configure_file(
input : 'Doxyfile.in',
output : 'Doxyfile',
- configuration : cdata,
- install : false
+ configuration : cdata
)
html = custom_target('libvdpau-docs',