diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-03 20:41:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-06 19:08:18 +0200 |
commit | 9daf8c810684c4b438e361f3e57ed322265f95c0 (patch) | |
tree | fd6ffbb5165360a136291f1bab76a62f60daa64a /package/bcm28xx-vc/src/interface | |
parent | 92855b2b18aff940a539f1998559c5f07889c464 (diff) |
bcm28xx-vc: use /usr
Diffstat (limited to 'package/bcm28xx-vc/src/interface')
-rw-r--r-- | package/bcm28xx-vc/src/interface/khronos/egl/egl.pc.in | 11 | ||||
-rw-r--r-- | package/bcm28xx-vc/src/interface/khronos/glxx/glesv2.pc.in | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/package/bcm28xx-vc/src/interface/khronos/egl/egl.pc.in b/package/bcm28xx-vc/src/interface/khronos/egl/egl.pc.in new file mode 100644 index 000000000..58687062b --- /dev/null +++ b/package/bcm28xx-vc/src/interface/khronos/egl/egl.pc.in @@ -0,0 +1,11 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: egl +Description: RasberryPi implementation of EGL +Version: 10 +Libs: -L${libdir} -lEGL -lGLESv2 -lbcm_host -lvchostif +Cflags: -I${includedir}/ -I${includedir}/interface/vcos/pthreads/ \ + -I${includedir}/interface/vmcs_host/linux/ diff --git a/package/bcm28xx-vc/src/interface/khronos/glxx/glesv2.pc.in b/package/bcm28xx-vc/src/interface/khronos/glxx/glesv2.pc.in new file mode 100644 index 000000000..2f58eede5 --- /dev/null +++ b/package/bcm28xx-vc/src/interface/khronos/glxx/glesv2.pc.in @@ -0,0 +1,10 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: glesv2 +Description: RasberryPi implementation of OpenGL ESv2 +Version: 2.0 +Libs: -L${libdir} -lGLESv2 +Cflags: -I${includedir}/ |