Mesa (master): meson: remove duplicate definition

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 18 17:23:28 UTC 2018


Module: Mesa
Branch: master
Commit: 6cf5f25bc59fc516b060d10f29b0b855038eb17a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cf5f25bc59fc516b060d10f29b0b855038eb17a

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Tue Dec  4 09:48:42 2018 -0800

meson: remove duplicate definition

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 meson.build | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meson.build b/meson.build
index 92dedb4e34..ede22caf37 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++.




More information about the mesa-commit mailing list