mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
f3324e5350
Was failing for release versions with meson.build:414:10: ERROR: Can not set values on configuration object that has been used. Caused by !69, but CI didn't notice at the time because it was set to a git version.
5 lines
191 B
Meson
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)
|