summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-16 19:25:32 +0000
committerSam James <sam@gentoo.org>2021-02-16 19:26:37 +0000
commit3685f662853bf6e75118834a769ab487bea92176 (patch)
tree389b4dfdbd8c274b56e52772e3989306de23479c /media-libs/raspberrypi-userland/files/bcm_host.pc
parentdev-db/pgpool2: Stabilize 4.2.1 x86, #762952 (diff)
downloadgentoo-3685f662853bf6e75118834a769ab487bea92176.tar.gz
gentoo-3685f662853bf6e75118834a769ab487bea92176.tar.bz2
gentoo-3685f662853bf6e75118834a769ab487bea92176.zip
Revert "media-libs/raspberrypi-userland: cleanup old"
This reverts commit 8021512569b236c2ceb62156c206c133b8f17bf0. Newer version breaks some dependent packages because we don't install GL includes due to collisions. Also reverts 9cbaffb767a7eb275d54f9666584e235d9d0566e. Bug: https://bugs.gentoo.org/770802 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/raspberrypi-userland/files/bcm_host.pc')
-rw-r--r--media-libs/raspberrypi-userland/files/bcm_host.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/raspberrypi-userland/files/bcm_host.pc b/media-libs/raspberrypi-userland/files/bcm_host.pc
new file mode 100644
index 000000000000..7627ae87105b
--- /dev/null
+++ b/media-libs/raspberrypi-userland/files/bcm_host.pc
@@ -0,0 +1,10 @@
+prefix=/opt/vc
+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