Last active
December 12, 2015 17:21
-
-
Save galexite/d3f63abdb4d8c0b82c0c to your computer and use it in GitHub Desktop.
/usr/lib/pkgconfig/bcm_host.pc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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