mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
android: amd/common: add nir include path
$(MESA_TOP)/src/compiler/nir include path is added
for both clarity and build errors preventive reasons
Cc: 21.0 21.1 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10443>
(cherry picked from commit a02328395d)
This commit is contained in:
parent
734c940bb4
commit
c575dae37a
2 changed files with 2 additions and 1 deletions
|
|
@ -499,7 +499,7 @@
|
|||
"description": "android: amd/common: add nir include path",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ LOCAL_C_INCLUDES := \
|
|||
$(MESA_TOP)/src/amd/common \
|
||||
$(MESA_TOP)/src/amd/llvm \
|
||||
$(MESA_TOP)/src/compiler \
|
||||
$(MESA_TOP)/src/compiler/nir \
|
||||
$(call generated-sources-dir-for,STATIC_LIBRARIES,libmesa_nir,,)/nir \
|
||||
$(MESA_TOP)/src/gallium/include \
|
||||
$(MESA_TOP)/src/gallium/auxiliary \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue