diff options
author | Juan A. Suarez Romero <[email protected]> | 2017-11-21 12:38:27 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2017-11-22 12:35:38 +0100 |
commit | 1b0638c65f3e9e42c8b3a34ad8ec146b9e8221af (patch) | |
tree | a3c34877e8a2df553ff928304de75bc76bb172b0 /src/gallium/targets | |
parent | a217cbd7ece78d59ae362dc431e74d663def60bf (diff) |
meson: add si_driinfo.h in libgallium_dri
v2: generate target conditionally (Dylan)
Reviewed-by: Dylan Baker <[email protected]>
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' |