[Mesa-dev] [vulkan] Fix AM_CPPFLAGS

Sedat Dilek sedat.dilek at gmail.com
Tue Feb 23 15:01:41 UTC 2016


[ Low Internet bandwidth - no Git pulling possible ]

Hi,

>From [1]...

AM_CPPFLAGS = \
$(INTEL_CFLAGS) \
$(VALGRIND_CFLAGS) \
$(DEFINES) \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/compiler \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mesa \
-I$(top_srcdir)/src/mesa/drivers/dri/common \
-I$(top_srcdir)/src/mesa/drivers/dri/i965 \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/intel/ \
-I$(top_builddir)/src \
-I$(top_builddir)/src/compiler \
-I$(top_builddir)/src/compiler/nir \
-I$(top_builddir)/src/intel \
-I$(top_builddir)/src/intel/genxml \
-I$(top_builddir)/src/vulkan <--- XXX: Should be .../src/intel/vulkan ?

See commit 9851c8285f7bf70a6cb4bede2ee94110c14acc19 ("Move the intel
vulkan driver to src/intel/vulkan")

- Sedat -

[1] https://cgit.freedesktop.org/mesa/mesa/tree/src/intel/vulkan/Makefile.am?h=vulkan#n70
[2] https://cgit.freedesktop.org/mesa/mesa/commit/?h=vulkan&id=9851c8285f7bf70a6cb4bede2ee94110c14acc19


More information about the mesa-dev mailing list