mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
meson: drop duplicate inc_nir from libiris
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
7a1dc6ab44
commit
326be1774c
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ libiris = static_library(
|
|||
'iris',
|
||||
[files_libiris, gen_xml_pack, iris_driinfo_h],
|
||||
include_directories : [
|
||||
inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_intel, inc_nir,
|
||||
inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_intel,
|
||||
inc_gallium_drivers,
|
||||
# these should not be necessary, but main/macros.h...
|
||||
inc_mesa, inc_mapi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue