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

Author: David Heidelberg <[email protected]>
Date:   Sat Mar  4 17:20:15 2023 +0100

crocus/meson: add dependency on libintel_dev also for versioned static libraries

Fixes: a0fa31bcdd8 ("intel/dev: create a helper dependency for libintel_dev")

Reviewed-by: Mark Janes <[email protected]>
Signed-off-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21709>

---

 src/gallium/drivers/crocus/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/crocus/meson.build 
b/src/gallium/drivers/crocus/meson.build
index 504e2bd9931..b2cd3c12988 100644
--- a/src/gallium/drivers/crocus/meson.build
+++ b/src/gallium/drivers/crocus/meson.build
@@ -64,7 +64,7 @@ foreach v : ['40', '45', '50', '60', '70', '75', '80']
       '-DGFX_VERx10=@0@'.format(v),
     ],
     gnu_symbol_visibility : 'hidden',
-    dependencies : [dep_libdrm, dep_valgrind, idep_genxml, idep_nir_headers],
+    dependencies : [dep_libdrm, dep_valgrind, idep_genxml, idep_nir_headers, 
idep_intel_dev],
   )
 endforeach
 

Reply via email to