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/host_applications | |
parent | 92855b2b18aff940a539f1998559c5f07889c464 (diff) |
bcm28xx-vc: use /usr
Diffstat (limited to 'package/bcm28xx-vc/src/host_applications')
-rw-r--r-- | package/bcm28xx-vc/src/host_applications/linux/libs/bcm_host/bcm_host.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/bcm28xx-vc/src/host_applications/linux/libs/bcm_host/bcm_host.pc.in b/package/bcm28xx-vc/src/host_applications/linux/libs/bcm_host/bcm_host.pc.in new file mode 100644 index 000000000..d40d35049 --- /dev/null +++ b/package/bcm28xx-vc/src/host_applications/linux/libs/bcm_host/bcm_host.pc.in @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: bcm_host +Description: Broadcom VideoCore host API library +Version: 1 +Libs: -L${libdir} -lbcm_host -lvcos -lvchiq_arm +Cflags: -I${includedir} -I${includedir}/interface/vmcs_host/linux -I${includedir}/interface/vcos/pthreads -DUSE_VCHIQ_ARM |