Module: Mesa Branch: master Commit: 1b0638c65f3e9e42c8b3a34ad8ec146b9e8221af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b0638c65f3e9e42c8b3a34ad8ec146b9e8221af
Author: Juan A. Suarez Romero <[email protected]> Date: Tue Nov 21 12:38:27 2017 +0100 meson: add si_driinfo.h in libgallium_dri v2: generate target conditionally (Dylan) Reviewed-by: Dylan Baker <[email protected]> --- 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 c591b75d03..595fd0a1a5 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' _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
