diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-12-04 09:48:42 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-12-18 09:18:12 -0800 |
commit | 6cf5f25bc59fc516b060d10f29b0b855038eb17a (patch) | |
tree | 4d529ed7c8fa86ee584bc05d493b8b29c7b2b225 /meson.build | |
parent | e430a034b9d2be626557931cd29808a3161889f1 (diff) |
meson: remove duplicate definition
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 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++. |