Use 'copy' keyword to avoid meson warning message.
Note that 'copy' keyword in configure_file() is available
since meson 0.47.0
https://bugzilla.gnome.org/show_bug.cgi?id=797298
else
orc_h = configure_file(input : orcsrc + '-dist.h',
output : orcsrc + '.h',
- configuration : configuration_data())
+ copy : true)
orc_c = configure_file(input : orcsrc + '-dist.c',
output : orcsrc + '.c',
- configuration : configuration_data())
+ copy : true)
endif
gstbayer = library('gstbayer',
else
orc_h = configure_file(input : orcsrc + '-dist.h',
output : orcsrc + '.h',
- configuration : configuration_data())
+ copy : true)
orc_c = configure_file(input : orcsrc + '-dist.c',
output : orcsrc + '.c',
- configuration : configuration_data())
+ copy : true)
endif
gstcompositor = library('gstcompositor',
else
orc_h = configure_file(input : orcsrc + '-dist.h',
output : orcsrc + '.h',
- configuration : configuration_data())
+ copy : true)
orc_c = configure_file(input : orcsrc + '-dist.c',
output : orcsrc + '.c',
- configuration : configuration_data())
+ copy : true)
endif
gstfieldanalysis = library('gstfieldanalysis',
else
orc_h = configure_file(input : orcsrc + '-dist.h',
output : orcsrc + '.h',
- configuration : configuration_data())
+ copy : true)
orc_c = configure_file(input : orcsrc + '-dist.c',
output : orcsrc + '.c',
- configuration : configuration_data())
+ copy : true)
endif
gstgaudioeffects = library('gstgaudieffects',