projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b46c295
)
meson: Remove spurious subdir_done
author
Thibault Saunier
<tsaunier@igalia.com>
Tue, 14 May 2019 21:51:38 +0000
(17:51 -0400)
committer
Thibault Saunier
<tsaunier@igalia.com>
Tue, 14 May 2019 21:51:38 +0000
(17:51 -0400)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index
a2156b4
..
eb18223
100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-111,7
+111,6
@@
if meson.is_cross_build() or build_machine.system() == 'windows'
endif
message('Documentation not built as building the docmentation while cross building or building on windows is not supported yet.')
- subdir_done()
else
hotdoc_p = find_program('hotdoc', required : get_option('doc'))
if hotdoc_p.found()