From 296f16bd1e57f6bbb4910fd43e251fc61043a78b Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Wed, 11 Dec 2024 18:30:56 +0100 Subject: [PATCH] replace cmake configuration workaround with a straight copy --- test cases/frameworks/7 gnome/mkenums/meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test cases/frameworks/7 gnome/mkenums/meson.build b/test cases/frameworks/7 gnome/mkenums/meson.build index 284231f2f83c..25833f46fda6 100644 --- a/test cases/frameworks/7 gnome/mkenums/meson.build +++ b/test cases/frameworks/7 gnome/mkenums/meson.build @@ -140,12 +140,10 @@ test('enum test 5', enumexe5) # Generate template then use as input to mkenums -# Simple trick to copy the file without substitutions, can be -# removed when https://github.com/mesonbuild/meson/pull/3383 is fixed gen_h_template = configure_file(input: 'enums.h.in', output: 'enums6.h.in', configuration: configuration_data(), - format: 'cmake') + copy: true) enums_h6 = gnome.mkenums('enums6', sources : 'meson-sample.h',