mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
broadcom: Fix out-of-tree build include path
Reviewed-by: Eric Anholt <eric@anholt.net>
Fixes: 5b102160ae ("broadcom/genxml: Introduce a V3D packet/struct decoder.")
This commit is contained in:
parent
908a25ecb0
commit
bbe2082e7d
2 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
noinst_LTLIBRARIES += cle/libbroadcom_cle.la
|
||||
|
||||
cle_libbroadcom_cle_la_CFLAGS = $(AM_CFLAGS)
|
||||
cle_libbroadcom_cle_la_CFLAGS = \
|
||||
-I$(top_builddir)/src/broadcom/cle \
|
||||
$(AM_CFLAGS)
|
||||
cle_libbroadcom_cle_la_SOURCES = $(BROADCOM_DECODER_FILES)
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ endif
|
|||
AM_CFLAGS = \
|
||||
-I$(top_builddir)/src/compiler/nir \
|
||||
-I$(top_srcdir)/include/drm-uapi \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/src/broadcom/cle \
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(GALLIUM_DRIVER_CFLAGS) \
|
||||
$(SIM_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue