summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vulkan
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2020-08-21 16:28:42 +0200
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-08-25 00:04:18 +0000
commit258b2b15dcfd37b182f8f61734ef5fc83871d63f (patch)
treede11370f1a50243b0e49c878af5a09b809260df2 /gst-libs/gst/vulkan
parent2caa3e023098830cdc21c3f1d4479eea338cb783 (diff)
downloadgstreamer-plugins-bad-258b2b15dcfd37b182f8f61734ef5fc83871d63f.tar.gz
vulkan: fix the enumtypes install path
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1528>
Diffstat (limited to 'gst-libs/gst/vulkan')
-rw-r--r--gst-libs/gst/vulkan/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/vulkan/meson.build b/gst-libs/gst/vulkan/meson.build
index 52a636898..f3688381b 100644
--- a/gst-libs/gst/vulkan/meson.build
+++ b/gst-libs/gst/vulkan/meson.build
@@ -295,7 +295,7 @@ vulkan_enumtypes_h = custom_target('gstvulkanenum_h',
output : 'vulkan-enumtypes.h',
input : vulkan_headers,
install : true,
- install_dir : join_paths(get_option('includedir'), 'include/gstreamer-1.0/gst/vulkan/'),
+ install_dir : join_paths(get_option('includedir'), 'gstreamer-1.0/gst/vulkan/'),
command : [mkenums, glib_mkenums, '@OUTPUT@', '@INPUT@'])
vulkan_enumtypes_c = custom_target('gstvulkanenum_c',