From 6cf5f25bc59fc516b060d10f29b0b855038eb17a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 4 Dec 2018 09:48:42 -0800 Subject: [PATCH] meson: remove duplicate definition Reviewed-by: Eric Engestrom --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 92dedb4e349..ede22caf37a 100644 --- a/meson.build +++ b/meson.build @@ -34,8 +34,6 @@ cpp = meson.get_compiler('cpp') null_dep = dependency('', required : false) -system_has_kms_drm = ['openbsd', 'netbsd', 'freebsd', 'dragonfly', 'linux'].contains(host_machine.system()) - # Arguments for the preprocessor, put these in a separate array from the C and # C++ (cpp in meson terminology) arguments since they need to be added to the # default arguments for both C and C++. -- 2.30.2