mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
clover: automake: remove -I$(srcdir)
Already implicitly handled by the build system. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Tested-by: Aaron Watry <awatry@gmail.com>
This commit is contained in:
parent
65d5a60cac
commit
02f991c00d
1 changed files with 1 additions and 2 deletions
|
|
@ -7,8 +7,7 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/src/gallium/include \
|
||||
-I$(top_srcdir)/src/gallium/drivers \
|
||||
-I$(top_srcdir)/src/gallium/auxiliary \
|
||||
-I$(top_srcdir)/src/gallium/winsys \
|
||||
-I$(srcdir)
|
||||
-I$(top_srcdir)/src/gallium/winsys
|
||||
|
||||
if HAVE_CLOVER_ICD
|
||||
AM_CPPFLAGS += -DHAVE_CLOVER_ICD
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue