From 0c1217f35b48177002c78fafc7c61541310faab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 9 May 2017 13:27:28 +0000 Subject: 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 --- meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b84a623..7ce4c4a 100644 --- a/meson.build +++ b/meson.build @@ -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') -- cgit v1.2.1