v2: generate target conditionally (Dylan)
---
 src/gallium/targets/dri/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/targets/dri/meson.build 
b/src/gallium/targets/dri/meson.build
index c591b75d037..595fd0a1a54 100644
--- a/src/gallium/targets/dri/meson.build
+++ b/src/gallium/targets/dri/meson.build
@@ -63,6 +63,7 @@ if with_gallium_radeonsi
     libamd_common,
   ]
   gallium_dri_drivers += 'radeonsi_dri.so'
+  gallium_dri_sources += [si_driinfo_h]
 endif
 if with_gallium_nouveau
   gallium_dri_c_args += '-DGALLIUM_NOUVEAU'
-- 
2.14.3

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to