mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue