meson: fix config.h generation

"No such input file config.h.meson", but it's not needed anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=782382
This commit is contained in:
Tim-Philipp Müller 2017-05-09 13:27:28 +00:00
parent 901e252be7
commit 0c1217f35b

View file

@ -245,9 +245,7 @@ endif
omx_conf_dir = join_paths (get_option ('prefix'), get_option ('sysconfdir'), 'xdg') omx_conf_dir = join_paths (get_option ('prefix'), get_option ('sysconfdir'), 'xdg')
cdata.set_quoted('GST_OMX_CONFIG_DIR', omx_conf_dir) cdata.set_quoted('GST_OMX_CONFIG_DIR', omx_conf_dir)
configure_file(input : 'config.h.meson', configure_file(output : 'config.h', configuration : cdata)
output : 'config.h',
configuration : cdata)
subdir('config') subdir('config')
subdir('examples') subdir('examples')