mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
vulkan/build: add the build directory to the list of includes
Fixes out of tree builds from tarballs. https://bugzilla.gnome.org/show_bug.cgi?id=764758
This commit is contained in:
parent
77f6e253e1
commit
4810c7de70
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ noinst_HEADERS = \
|
|||
libgstvulkan_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
-I$(top_builddir)/ext/vulkan \
|
||||
$(GST_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue