intel: install intel_device_info

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Suggested-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9595>
This commit is contained in:
Lionel Landwerlin
2021-03-15 11:09:00 +02:00
committed by Marge Bot
parent 9e5623ccc3
commit 87966b0aa0

View File

@@ -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