summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/files/0004-wayland-egl-Add-bcm_host-to-dependencies.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/userland/files/0004-wayland-egl-Add-bcm_host-to-dependencies.patch')
-rw-r--r--recipes-graphics/userland/files/0004-wayland-egl-Add-bcm_host-to-dependencies.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-graphics/userland/files/0004-wayland-egl-Add-bcm_host-to-dependencies.patch b/recipes-graphics/userland/files/0004-wayland-egl-Add-bcm_host-to-dependencies.patch
new file mode 100644
index 0000000..713fc3e
--- /dev/null
+++ b/recipes-graphics/userland/files/0004-wayland-egl-Add-bcm_host-to-dependencies.patch
@@ -0,0 +1,28 @@
1From f17879b691984b5c4950e4b94ebf102c78797ede Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 10 Aug 2015 02:38:27 -0700
4Subject: [PATCH 04/16] wayland-egl: Add bcm_host to dependencies
5
6It uses headers like vcos_platform_types.h but does not
7depend on module which should add the required include paths
8lets add the dependency on bcm_host module which should do it
9
10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11---
12 interface/khronos/wayland-egl/wayland-egl.pc.in | 1 +
13 1 file changed, 1 insertion(+)
14
15diff --git a/interface/khronos/wayland-egl/wayland-egl.pc.in b/interface/khronos/wayland-egl/wayland-egl.pc.in
16index 8bafc15..fd259c9 100644
17--- a/interface/khronos/wayland-egl/wayland-egl.pc.in
18+++ b/interface/khronos/wayland-egl/wayland-egl.pc.in
19@@ -6,5 +6,6 @@ includedir=${prefix}/include
20 Name: wayland-egl
21 Description: VideoCore wayland-egl library
22 Version: @PROJECT_APIVER@
23+Requires: bcm_host
24 Libs: -L${libdir} -lwayland-egl
25 Cflags: -I${includedir}
26--
272.16.1
28