gstreamer/config/tizonia/meson.build
Tim-Philipp Müller f3324e5350 meson: fix Tizonia build
Was failing for release versions with

meson.build:414:10: ERROR: Can not set values on configuration object that has been used.

Caused by , but CI didn't notice at the time because it was set to a git version.
2020-08-27 17:23:01 +01:00

5 lines
191 B
Meson

tizonia_cdata = cdata
configure_file(input : 'gstomx.conf.in',
output : 'gstomx.conf',
configuration : tizonia_cdata,
install_dir : omx_conf_dir)