meson: remove duplicate definition
authorDylan Baker <dylan@pnwbakers.com>
Tue, 4 Dec 2018 17:48:42 +0000 (09:48 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 18 Dec 2018 17:18:12 +0000 (09:18 -0800)
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
meson.build

index 92dedb4e349dfa6e6c7f5b568084b6795efd04b1..ede22caf37a3e3899a2f8354851cbe1d498d25b3 100644 (file)
@@ -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++.