Make sure to add GStreamer cflags building the doc

Required for our examples
This commit is contained in:
Thibault Saunier 2019-03-06 09:24:19 -03:00
parent dd1a0faadc
commit 36069062de

View file

@ -38,6 +38,7 @@ if get_option('built_subprojects') != ''
endif
endforeach
endif
deps += [dependency('gstreamer-' + apiversion, fallback: ['gstreamer', 'gst_dep'])]
if get_option('use_portal_index')
index = 'markdown/index.md'