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:
parent
901e252be7
commit
0c1217f35b
@ -245,9 +245,7 @@ endif
|
||||
omx_conf_dir = join_paths (get_option ('prefix'), get_option ('sysconfdir'), 'xdg')
|
||||
cdata.set_quoted('GST_OMX_CONFIG_DIR', omx_conf_dir)
|
||||
|
||||
configure_file(input : 'config.h.meson',
|
||||
output : 'config.h',
|
||||
configuration : cdata)
|
||||
configure_file(output : 'config.h', configuration : cdata)
|
||||
|
||||
subdir('config')
|
||||
subdir('examples')
|
||||
|
Loading…
x
Reference in New Issue
Block a user