meson: Add controller enum file as generated sources
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 12 Apr 2017 12:48:53 +0000 (09:48 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 12 Apr 2017 13:03:29 +0000 (10:03 -0300)
Avoiding build failure like
https://ci.appveyor.com/project/thiblahute/gst-build-ge9m5/build/1.0.2857

libs/gst/controller/meson.build

index 0e53ab1..31b53d1 100644 (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,