[PATCH] build: Use XCB_CFLAGS on the vkd3d_api test, too.

Chip Davis cdavis at codeweavers.com
Fri Oct 5 11:39:38 CDT 2018


Signed-off-by: Chip Davis <cdavis at codeweavers.com>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 1fdc916..dea0544 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -129,6 +129,7 @@ check_PROGRAMS = $(vkd3d_tests) $(vkd3d_cross_tests)
 AM_DEFAULT_SOURCE_EXT = .c
 TESTS = $(vkd3d_tests) $(vkd3d_cross_tests)
 tests_d3d12_LDADD = $(LDADD) @PTHREAD_LIBS@
+tests_vkd3d_api_CFLAGS = @XCB_CFLAGS@
 tests_vkd3d_api_LDADD = libvkd3d.la @VULKAN_LIBS@
 
 if BUILD_DEMOS
-- 
2.19.0




More information about the wine-devel mailing list