mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
swr: automake: add missing -I flag
When building from a release tarball (where the generated/built files are in srcdir) in an OOT fashion we need to have both builddir and srcdir in the includes list. Otherwise we'll error out, as the file (header gen_knobs.h in this case) won't be in the location where we are looking. Cc: "12.0" <mesa-stable@lists.freedesktop.org> Cc: Tim Rowley <timothy.o.rowley@intel.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
f4d26856df
commit
fcb5a75a66
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ COMMON_CXXFLAGS = \
|
|||
-I$(builddir)/rasterizer/jitter \
|
||||
-I$(srcdir)/rasterizer \
|
||||
-I$(srcdir)/rasterizer/core \
|
||||
-I$(srcdir)/rasterizer/scripts \
|
||||
-I$(srcdir)/rasterizer/jitter
|
||||
|
||||
COMMON_SOURCES = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue