Skip to content
Snippets Groups Projects
Commit 755e368f authored by Henri Verbeet's avatar Henri Verbeet
Browse files

build: Explicitly link the demos with libvulkan.

Since demos/demo_xcb.h uses vkCreateXcbSurfaceKHR(). At least some (2.4.6)
versions of libtool seem to pull libvulkan in automatically through libvkd3d,
but mine (2.4.2) doesn't.
parent f604f25a
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ AM_DEFAULT_SOURCE_EXT = .c
TESTS = $(vkd3d_tests)
tests_d3d12_LDADD = $(LDADD) @PTHREAD_LIBS@
DEMOS_LDADD = libvkd3d.la $(LDADD) @XCB_LIBS@
DEMOS_LDADD = libvkd3d.la $(LDADD) @XCB_LIBS@ @VULKAN_LIBS@
DEMOS_CFLAGS = @XCB_CFLAGS@
noinst_PROGRAMS = $(vkd3d_demos)
EXTRA_DIST += $(vkd3d_demos_headers)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment