vulkan: fix the enumtypes install path

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1528>
This commit is contained in:
Wim Taymans 2020-08-21 16:28:42 +02:00 committed by GStreamer Merge Bot
parent 2caa3e0230
commit 258b2b15dc

View 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',