mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 08:48:00 +02:00
build: fix build of matrix test
This test uses files from src/ so use COMPOSITOR_CFLAGS to find headers in non-standard locations. Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
This commit is contained in:
parent
a1a7fefcfe
commit
a7ef5c85d8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ endif
|
|||
|
||||
|
||||
AM_CFLAGS = $(GCC_CFLAGS)
|
||||
AM_CPPFLAGS = -I../src -DUNIT_TEST
|
||||
AM_CPPFLAGS = -I../src -DUNIT_TEST $(COMPOSITOR_CFLAGS)
|
||||
|
||||
matrix_test_SOURCES = \
|
||||
matrix-test.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue