From: Dylan Baker Date: Tue, 4 Dec 2018 17:48:42 +0000 (-0800) Subject: meson: remove duplicate definition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6cf5f25bc59fc516b060d10f29b0b855038eb17a;p=mesa.git meson: remove duplicate definition Reviewed-by: Eric Engestrom --- 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++.