summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-ext-wayland-fix-meson-build-in-nxp-fork.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-ext-wayland-fix-meson-build-in-nxp-fork.patch')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-ext-wayland-fix-meson-build-in-nxp-fork.patch16
1 files changed, 7 insertions, 9 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-ext-wayland-fix-meson-build-in-nxp-fork.patch b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-ext-wayland-fix-meson-build-in-nxp-fork.patch
index 088976d8..5e6a1c05 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-ext-wayland-fix-meson-build-in-nxp-fork.patch
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-ext-wayland-fix-meson-build-in-nxp-fork.patch
@@ -1,4 +1,4 @@
1From e637d9f6bb961afcecb74faa6dff38562f6ce796 Mon Sep 17 00:00:00 2001 1From 9e092d8976db034a2d6848d738c4f73cc001fd09 Mon Sep 17 00:00:00 2001
2From: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> 2From: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
3Date: Sun, 26 Jan 2020 10:45:28 +0000 3Date: Sun, 26 Jan 2020 10:45:28 +0000
4Subject: [PATCH] ext/wayland: fix meson build in nxp fork 4Subject: [PATCH] ext/wayland: fix meson build in nxp fork
@@ -9,17 +9,18 @@ Subject: [PATCH] ext/wayland: fix meson build in nxp fork
9Upstream-Status: Pending 9Upstream-Status: Pending
10 10
11Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> 11Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
12
12--- 13---
13 ext/wayland/meson.build | 24 ++++++++++++++++++++++++ 14 ext/wayland/meson.build | 24 ++++++++++++++++++++++++
14 1 file changed, 24 insertions(+) 15 1 file changed, 24 insertions(+)
15 16
16diff --git a/ext/wayland/meson.build b/ext/wayland/meson.build 17diff --git a/ext/wayland/meson.build b/ext/wayland/meson.build
17index fa6fbf42f..eb425b14f 100644 18index 3c377eefb..98a7cb76f 100644
18--- a/ext/wayland/meson.build 19--- a/ext/wayland/meson.build
19+++ b/ext/wayland/meson.build 20+++ b/ext/wayland/meson.build
20@@ -8,6 +8,11 @@ wl_sources = [ 21@@ -10,6 +10,11 @@ wl_sources = [
21 'wllinuxdmabuf.c' 22
22 ] 23 libdrm_dep = dependency('libdrm', version: '>= 2.4.55', required:get_option('wayland'))
23 24
24+imx_wl_sources = [ 25+imx_wl_sources = [
25+ 'wlutils.c', 26+ 'wlutils.c',
@@ -29,7 +30,7 @@ index fa6fbf42f..eb425b14f 100644
29 if use_wayland 30 if use_wayland
30 protocols_datadir = wl_protocol_dep.get_pkgconfig_variable('pkgdatadir') 31 protocols_datadir = wl_protocol_dep.get_pkgconfig_variable('pkgdatadir')
31 32
32@@ -19,6 +24,25 @@ if use_wayland 33@@ -21,6 +26,25 @@ if use_wayland
33 'fullscreen-shell-unstable-v1-protocol.c', 'fullscreen-shell-unstable-v1-client-protocol.h'], 34 'fullscreen-shell-unstable-v1-protocol.c', 'fullscreen-shell-unstable-v1-client-protocol.h'],
34 ['/stable/xdg-shell/xdg-shell.xml', 'xdg-shell-protocol.c', 'xdg-shell-client-protocol.h'], 35 ['/stable/xdg-shell/xdg-shell.xml', 'xdg-shell-protocol.c', 'xdg-shell-client-protocol.h'],
35 ] 36 ]
@@ -55,6 +56,3 @@ index fa6fbf42f..eb425b14f 100644
55 protocols_files = [] 56 protocols_files = []
56 57
57 foreach protodef: protocol_defs 58 foreach protodef: protocol_defs
58--
592.17.1
60