mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
12 lines
305 B
PkgConfig
12 lines
305 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: MMAL
|
|
Description: Multi-Media Abstraction Layer library for RPi
|
|
Version: 1
|
|
Requires: vcsm
|
|
Libs: -L${libdir} -lmmal -lmmal_core -lmmal_util -lmmal_vc_client -lbcm_host
|
|
Cflags: -I${includedir}
|