mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
intel: devinfo: meson: include drm uapi
Already available with the autotools build. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
5d3e74a5a5
commit
2d26c99933
1 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,6 @@ files_libintel_dev = files(
|
|||
libintel_dev = static_library(
|
||||
['intel_dev'],
|
||||
files_libintel_dev,
|
||||
include_directories : [inc_common, inc_intel],
|
||||
include_directories : [inc_common, inc_intel, inc_drm_uapi],
|
||||
c_args : [c_vis_args, no_override_init_args],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue