summaryrefslogtreecommitdiff
path: root/util/cairo-fdr
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-05-01 16:55:38 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-05-01 16:55:38 +0100
commit833630979404faae2bd99c59e4e5739e675917f0 (patch)
tree64fa43a6238e4ee21389e0cd1be9561ab7a6eb82 /util/cairo-fdr
parent8f6cfe41773be1764a0813e6bd8f97e18d5b8cd3 (diff)
downloadcairo-833630979404faae2bd99c59e4e5739e675917f0.tar.gz
meson: Define HAVE_CONFIG_H as a project flag
Precisely what Autotools does, instead of adding it as per-target C argument. Once we remove HAVE_CONFIG_H checks in every source file, we'll be able to drop it.
Diffstat (limited to 'util/cairo-fdr')
-rw-r--r--util/cairo-fdr/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cairo-fdr/meson.build b/util/cairo-fdr/meson.build
index 3cb66c678..001af27bc 100644
--- a/util/cairo-fdr/meson.build
+++ b/util/cairo-fdr/meson.build
@@ -4,7 +4,6 @@ cairo_fdr_sources = [
libcairofdr = library('cairo-fdr', cairo_fdr_sources,
include_directories: [incbase, incsrc],
- c_args: ['-DHAVE_CONFIG_H'],
dependencies: deps,
install: true,
install_dir: join_paths(get_option('prefix'), get_option('libdir'), 'cairo'),