Skip to content

Instantly share code, notes, and snippets.

@galexite
Last active December 12, 2015 17:21
Show Gist options
  • Select an option

  • Save galexite/d3f63abdb4d8c0b82c0c to your computer and use it in GitHub Desktop.

Select an option

Save galexite/d3f63abdb4d8c0b82c0c to your computer and use it in GitHub Desktop.
/usr/lib/pkgconfig/bcm_host.pc
# License
# =======
# Public domain.
#
# Installation
# ============
#
# Once you've compiled and installed the Videocore IV drivers found on
# https://github.com/raspberrypi/userland, simply download this file
# in to your /usr/lib/pkgconfig folder, and you will be able to compile
# against these libraries automatically.
prefix=/opt/vc
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: bcm_host
Description: Host library for the Broadcom Videocore IV GPU.
Version: 1.0.0
Cflags: -I${includedir}
Libs: -L${libdir} -lbcm_host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment