Browse Source

rpi-userland: add missing library in .pc file

Fixes:
  http://autobuild.buildroot.net/results/8df/8dfb6cba6ea27af253b391cdd355a456382f17a4/

Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fatih Aşıcı 11 years ago
parent
commit
6a29ce0d16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch

+ 1 - 1
package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch

@@ -19,7 +19,7 @@ Index: b/interface/khronos/egl/egl.pc.in
 +Name: egl
 +Description: RasberryPi implementation of EGL
 +Version: 10
-+Libs: -L${libdir} -lEGL -lGLESv2 -lbcm_host
++Libs: -L${libdir} -lEGL -lGLESv2 -lbcm_host -lvchostif
 +Cflags: -I${includedir}/ -I${includedir}/interface/vcos/pthreads/ \
 +        -I${includedir}/interface/vmcs_host/linux/
 Index: b/interface/khronos/CMakeLists.txt