projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e430a03
)
meson: remove duplicate definition
author
Dylan Baker
<dylan@pnwbakers.com>
Tue, 4 Dec 2018 17:48:42 +0000
(09:48 -0800)
committer
Dylan 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
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 92dedb4e349dfa6e6c7f5b568084b6795efd04b1..ede22caf37a3e3899a2f8354851cbe1d498d25b3 100644
(file)
--- 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++.