From 3b8b9714b0cf6a61335b2a96e49fbc870478450f Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Thu, 3 Aug 2023 19:08:21 +0200 Subject: [PATCH] Meson: Define HAVE_CONFIG_H --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index ca41d4c728..1dc276e558 100644 --- a/meson.build +++ b/meson.build @@ -18,6 +18,7 @@ summary('Build Dir', meson.current_build_dir(), section: 'Build') fs = import('fs') # Create the configuration object and dependencies list. +add_global_arguments('-DHAVE_CONFIG_H') conf = configuration_data() deps = [] -- 2.47.2