diff options
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/dri/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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' |