blob: 5476f41953b656af10245a999c8a2a1505b78ed9 [file] [log] [blame]
Andrew Geissler26e4bea2020-11-30 19:54:03 -06001From 73e338f99f89bc85fe384759a385d95e904adb7f Mon Sep 17 00:00:00 2001
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08002From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 10 Aug 2015 02:38:27 -0700
Andrew Geissler26e4bea2020-11-30 19:54:03 -06004Subject: [PATCH] wayland-egl: Add bcm_host to dependencies
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005
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---
Patrick Williams520786c2023-06-25 16:20:36 -050012Upstream-Status: Pending
13
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014 interface/khronos/wayland-egl/wayland-egl.pc.in | 1 +
15 1 file changed, 1 insertion(+)
16
17diff --git a/interface/khronos/wayland-egl/wayland-egl.pc.in b/interface/khronos/wayland-egl/wayland-egl.pc.in
18index 8bafc15..fd259c9 100644
19--- a/interface/khronos/wayland-egl/wayland-egl.pc.in
20+++ b/interface/khronos/wayland-egl/wayland-egl.pc.in
21@@ -6,5 +6,6 @@ includedir=${prefix}/include
22 Name: wayland-egl
23 Description: VideoCore wayland-egl library
24 Version: @PROJECT_APIVER@
25+Requires: bcm_host
26 Libs: -L${libdir} -lwayland-egl
27 Cflags: -I${includedir}