mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
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:
parent
d238c74265
commit
15566bf505
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue