Created
October 27, 2017 12:59
-
-
Save ajonnet/1b3c93dd4dc9a48b8eb583a8c0c08faf to your computer and use it in GitHub Desktop.
raspiCam.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
prefix=/usr/local | |
exec_prefix=${prefix} | |
libdir=${exec_prefix}/lib | |
includedir=${prefix}/include | |
mmalLibDir=/opt/vc/lib | |
Name: raspiCam | |
Description: RaspiCam library | |
Version: 0.1.6 | |
Libs: -L${mmalLibDir} -L${exec_prefix}/lib -lraspicam -lraspicam_cv -lmmal -lmmal_core -lmmal_util | |
Libs.private: | |
Cflags: -I${prefix}/include |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment