Remove unused HAVE_CONFIG_H define in meson
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Wed, 22 Jan 2020 12:40:42 +0000 (13:40 +0100)
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Wed, 22 Jan 2020 12:41:07 +0000 (13:41 +0100)
Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
meson.build

index 2bd4f0e..6fb1240 100644 (file)
@@ -70,8 +70,6 @@ configure_file(
        configuration: config_h,
 )
 
-add_project_arguments([ '-DHAVE_CONFIG_H' ], language: 'c')
-
 pkgconfig = import('pkgconfig')
 
 wayland_protocol_xml = files('protocol/wayland.xml')