Mesa (dri3-auto): meson: replace error when dri3 is not enabled for nine with enablement

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 11 10:51:44 UTC 2021


Module: Mesa
Branch: dri3-auto
Commit: a096f34bf8b7c4071b79060cc9fb144b3373b0fa
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a096f34bf8b7c4071b79060cc9fb144b3373b0fa

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Fri Jun 11 12:50:48 2021 +0200

meson: replace error when dri3 is not enabled for nine with enablement

Signed-off-by: Eric Engestrom <eric at engestrom.ch>

---

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

diff --git a/meson.build b/meson.build
index f69145d9553..724abb90a65 100644
--- a/meson.build
+++ b/meson.build
@@ -782,9 +782,7 @@ if with_gallium_st_nine
             or with_gallium_iris)
     error('The nine state tracker requires at least one non-swrast gallium driver.')
   endif
-  if not with_dri3
-    error('Using nine with wine requires dri3')
-  endif
+  with_dri3 = true
 endif
 with_gallium_st_d3d10umd =  get_option('gallium-d3d10umd')
 if with_gallium_st_d3d10umd



More information about the mesa-commit mailing list