Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 1 | From 33374e6b19a28d52a0089aa7b9af9b698fb98a86 Mon Sep 17 00:00:00 2001 |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Mon, 10 Aug 2015 02:38:27 -0700 |
| 4 | Subject: [PATCH 04/18] wayland-egl: Add bcm_host to dependencies |
| 5 | |
| 6 | It uses headers like vcos_platform_types.h but does not |
| 7 | depend on module which should add the required include paths |
| 8 | lets add the dependency on bcm_host module which should do it |
| 9 | |
| 10 | Signed-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 | |
| 15 | diff --git a/interface/khronos/wayland-egl/wayland-egl.pc.in b/interface/khronos/wayland-egl/wayland-egl.pc.in |
| 16 | index 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 | -- |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 27 | 2.21.0 |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 28 | |