summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-07 18:17:35 +0900
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commitebd733aa784a6a8ba69baaa8a6ac2f67e4301c69 (patch)
tree34816b287b129470a7c9ea4d6537aed8bac09537 /src/core
parent1a76eecaa9549063b0fd684c90efd0f68b72976f (diff)
meson: generate m4 preprocessor from config.h (#8914)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/meson.build b/src/core/meson.build
index bfad33b48..ed4b1e0f0 100644
--- a/src/core/meson.build
+++ b/src/core/meson.build
@@ -137,7 +137,7 @@ libcore_la_sources = files('''
# 'load-fragment-gperf.gperf',
# input : 'load-fragment-gperf.gperf.m4',
# output: 'load-fragment-gperf.gperf',
-# command : [m4, '-P'] + m4_defines + ['@INPUT@'],
+# command : [meson_apply_m4, config_h, '@INPUT@'],
# capture : true)
#
# load_fragment_gperf_c = custom_target(