0004-wayland-egl-Add-bcm_host-to-dependencies.patch 1010 B

123456789101112131415161718192021222324252627
  1. From 73e338f99f89bc85fe384759a385d95e904adb7f Mon Sep 17 00:00:00 2001
  2. From: Khem Raj <raj.khem@gmail.com>
  3. Date: Mon, 10 Aug 2015 02:38:27 -0700
  4. Subject: [PATCH] wayland-egl: Add bcm_host to dependencies
  5. It uses headers like vcos_platform_types.h but does not
  6. depend on module which should add the required include paths
  7. lets add the dependency on bcm_host module which should do it
  8. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  9. ---
  10. Upstream-Status: Pending
  11. interface/khronos/wayland-egl/wayland-egl.pc.in | 1 +
  12. 1 file changed, 1 insertion(+)
  13. diff --git a/interface/khronos/wayland-egl/wayland-egl.pc.in b/interface/khronos/wayland-egl/wayland-egl.pc.in
  14. index 8bafc15..fd259c9 100644
  15. --- a/interface/khronos/wayland-egl/wayland-egl.pc.in
  16. +++ b/interface/khronos/wayland-egl/wayland-egl.pc.in
  17. @@ -6,5 +6,6 @@ includedir=${prefix}/include
  18. Name: wayland-egl
  19. Description: VideoCore wayland-egl library
  20. Version: @PROJECT_APIVER@
  21. +Requires: bcm_host
  22. Libs: -L${libdir} -lwayland-egl
  23. Cflags: -I${includedir}