meson: Add controller enum file as generated sources

Avoiding build failure like
https://ci.appveyor.com/project/thiblahute/gst-build-ge9m5/build/1.0.2857
This commit is contained in:
Thibault Saunier 2017-04-12 09:48:53 -03:00
parent d238c74265
commit 15566bf505

View file

@ -52,7 +52,7 @@ if libtype != 'shared'
endif
gst_controller_gen_sources = []
gst_controller_gen_sources = [gstcontroller_h]
if libtype != 'static'
gst_controller_shared = shared_library('gstcontroller-@0@'.format(apiversion),
gst_controller_sources, gstcontroller_h, gstcontroller_c,