summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-04-28 14:05:14 +0200
committerMarge Bot <emma+marge@anholt.net>2022-04-29 19:30:03 +0000
commit36250e839b2b54944511b245100622ab352d5879 (patch)
treec35a2b78a7aa249ba3c19fc41e45efbd0cf656a3 /meson.build
parent33456ae5a48c809cee251ca6d70f2b7f5941bc87 (diff)
downloadmesa-36250e839b2b54944511b245100622ab352d5879.tar.gz
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@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16213>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 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