vulkan: fix the enumtypes install path
authorWim Taymans <wtaymans@redhat.com>
Fri, 21 Aug 2020 14:28:42 +0000 (16:28 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 25 Aug 2020 00:04:18 +0000 (00:04 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1528>

gst-libs/gst/vulkan/meson.build

index 52a6368..f368838 100644 (file)
@@ -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',