mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
vulkan: fix the enumtypes install path
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1528>
This commit is contained in:
parent
2caa3e0230
commit
258b2b15dc
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue