From: Ján Veselý Date: Thu, 6 Dec 2018 20:06:27 +0000 (-0500) Subject: meson: Remove duplicate rule for config.h X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~12^2~12^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3c3158c2591916ff84e492f095c7a38c4cb5c579;p=babl.git meson: Remove duplicate rule for config.h Signed-off-by: Jan Vesely --- diff --git a/meson.build b/meson.build index 55f5846..57a2b9b 100644 --- a/meson.build +++ b/meson.build @@ -315,12 +315,6 @@ pkgconfig.generate(filebase: 'babl', ], ) -configure_file( - output: 'config.h', - configuration: conf -) - - ################################################################################ # Subdirs