diff --git a/ext/vulkan/vkapi.h b/ext/vulkan/vkapi.h index e9c23aa920..a37c29d0f8 100644 --- a/ext/vulkan/vkapi.h +++ b/ext/vulkan/vkapi.h @@ -23,7 +23,7 @@ #define VK_PROTOTYPES -#include "vkconfig.h" +#include #include "vk_fwd.h" #include "vkmacros.h" diff --git a/ext/vulkan/wayland/Makefile.am b/ext/vulkan/wayland/Makefile.am index 3933211884..cd4b7fe530 100644 --- a/ext/vulkan/wayland/Makefile.am +++ b/ext/vulkan/wayland/Makefile.am @@ -14,6 +14,7 @@ noinst_HEADERS = \ libgstvulkan_wayland_la_CFLAGS = \ -I$(top_srcdir)/gst-libs \ + -I$(top_builddir)/ext/vulkan \ -I$(top_srcdir)/ext/vulkan \ -I$(top_builddir)/gst-libs \ $(GST_PLUGINS_BASE_CFLAGS) \ diff --git a/ext/vulkan/xcb/Makefile.am b/ext/vulkan/xcb/Makefile.am index 7debcff9e1..b5103551b6 100644 --- a/ext/vulkan/xcb/Makefile.am +++ b/ext/vulkan/xcb/Makefile.am @@ -14,6 +14,7 @@ noinst_HEADERS = \ libgstvulkan_xcb_la_CFLAGS = \ -I$(top_srcdir)/gst-libs \ + -I$(top_builddir)/ext/vulkan \ -I$(top_srcdir)/ext/vulkan \ -I$(top_builddir)/gst-libs \ $(GST_PLUGINS_BASE_CFLAGS) \