mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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 !69, but CI didn't notice at the time because it was set to a git version.
This commit is contained in:
parent
c3bb1cd897
commit
f3324e5350
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
|||
infile = 'gstomx.conf.in'
|
||||
outfile = 'gstomx.conf'
|
||||
configure_file(input : infile,
|
||||
output : outfile,
|
||||
configuration : cdata,
|
||||
tizonia_cdata = cdata
|
||||
configure_file(input : 'gstomx.conf.in',
|
||||
output : 'gstomx.conf',
|
||||
configuration : tizonia_cdata,
|
||||
install_dir : omx_conf_dir)
|
||||
|
|
Loading…
Reference in a new issue