26 lines
947 B
Diff
26 lines
947 B
Diff
|
From 2a24c2d09eb2c1245caed059610f3b1b20479fbc Mon Sep 17 00:00:00 2001
|
||
|
From: Wim Taymans <wtaymans@redhat.com>
|
||
|
Date: Fri, 21 Aug 2020 16:28:42 +0200
|
||
|
Subject: [PATCH] vulkan: fix the enumtypes install path
|
||
|
|
||
|
---
|
||
|
gst-libs/gst/vulkan/meson.build | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
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',
|
||
|
--
|
||
|
2.26.2
|
||
|
|