Mesa (main): meson: remove unused defines

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 29 19:56:53 UTC 2022


Module: Mesa
Branch: main
Commit: 36250e839b2b54944511b245100622ab352d5879
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=36250e839b2b54944511b245100622ab352d5879

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Apr 28 14:05:14 2022 +0200

meson: remove unused defines

These defines are no longer used since we removed libmesa_classic.

Fixes: e030d5ba8ac ("mesa: Delete libmesa_classic")
Reviewed-by: Adam Jackson <ajax at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16213>

---

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

diff --git a/meson.build b/meson.build
index 0760a30d6f6..be02b413120 100644
--- a/meson.build
+++ b/meson.build
@@ -1990,9 +1990,6 @@ if with_osmesa
       error('OSMesa bits must be 8 if building glx or dri based drivers')
     endif
     osmesa_lib_name = osmesa_lib_name + osmesa_bits
-    pre_args += [
-      '-DCHAN_BITS=@0@'.format(osmesa_bits), '-DDEFAULT_SOFTWARE_DEPTH_BITS=31'
-    ]
   endif
 endif
 



More information about the mesa-commit mailing list