mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 02:20:29 +01:00
intel: automake: move INTEL_CFLAGS as applicable
Only common/decoder.[ch] requires it [for intel_aub.h]. v2: The code was moved to from intel/tools to intel/common, update accordingly. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
4ffb394961
commit
3df993e1a2
2 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/src/mesa \
|
||||
-I$(top_srcdir)/src/gallium/auxiliary \
|
||||
-I$(top_srcdir)/src/gallium/include \
|
||||
$(INTEL_CFLAGS) \
|
||||
$(VALGRIND_CFLAGS) \
|
||||
$(DEFINES)
|
||||
|
||||
|
|
|
|||
|
|
@ -21,4 +21,5 @@
|
|||
|
||||
noinst_LTLIBRARIES += common/libintel_common.la
|
||||
|
||||
common_libintel_common_la_CFLAGS = $(AM_CFLAGS) $(LIBDRM_CFLAGS)
|
||||
common_libintel_common_la_SOURCES = $(COMMON_FILES) $(DECODER_FILES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue