diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build index bde1783..00121e7 100644 --- a/meson.build +++ b/meson.build @@ -128,8 +128,7 @@ libgvc_dep = declare_dependency( dependencies: libgvc_deps ) -config = configure_file( - input: 'config.h.meson', +configure_file( output: 'config.h', configuration: cdata ) |