diff options
author | Matthew Waters <matthew@centricular.com> | 2016-01-27 15:20:49 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-02-17 01:13:43 +1100 |
commit | 08fd5c2ae5271a5d6fb5608e6f23c82af8947a84 (patch) | |
tree | 4ceb8305f1df1711bf095887c96591446a8e9301 /configure.ac | |
parent | 700eb16af8d490defca39fb5a787ac452f19b792 (diff) |
vulkan: update to release 1.0.1.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c50647cca..5fd90e33a 100644 --- a/configure.ac +++ b/configure.ac @@ -2905,8 +2905,8 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_VULKAN, true) AG_GST_CHECK_FEATURE(VULKAN, [Vulkan elements], vulkan, [ HAVE_VULKAN=no AC_CHECK_HEADER(vulkan/vulkan.h, [ - AC_CHECK_LIB(vulkan, vkCreateDevice, [ - VULKAN_LIBS="-lvulkan" + AC_CHECK_LIB(vulkan-1, vkCreateDevice, [ + VULKAN_LIBS="-lvulkan-1" AC_SUBST(VULKAN_LIBS) dnl TODO check platform support (x11, win32, wayland, android, etc) if test "x$HAVE_XCB" = "xyes"; then |