summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-01-27 15:20:49 +1100
committerMatthew Waters <matthew@centricular.com>2016-02-17 01:13:43 +1100
commit08fd5c2ae5271a5d6fb5608e6f23c82af8947a84 (patch)
tree4ceb8305f1df1711bf095887c96591446a8e9301 /configure.ac
parent700eb16af8d490defca39fb5a787ac452f19b792 (diff)
downloadgstreamer-plugins-bad-08fd5c2ae5271a5d6fb5608e6f23c82af8947a84.tar.gz
vulkan: update to release 1.0.1.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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