Module: Mesa Branch: master Commit: 87966b0aa0163dfd056d5ce2ef12fb555c311c1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87966b0aa0163dfd056d5ce2ef12fb555c311c1c
Author: Lionel Landwerlin <[email protected]> Date: Mon Mar 15 11:09:00 2021 +0200 intel: install intel_device_info Signed-off-by: Lionel Landwerlin <[email protected]> Suggested-by: Jordan Justen <[email protected]> Reviewed-by: Jordan Justen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9595> --- src/intel/dev/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/dev/meson.build b/src/intel/dev/meson.build index 0979da2a5df..5b6630ef816 100644 --- a/src/intel/dev/meson.build +++ b/src/intel/dev/meson.build @@ -57,6 +57,6 @@ if with_intel_tools link_with : libintel_dev, c_args : [no_override_init_args], gnu_symbol_visibility : 'hidden', - install : false + install : true ) endif _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
