Files
userland/pkgconfig/vcsm.pc.in
Sugizaki Yukimasa de372ec001 pkgconfig: vcsm: Add -lvcos to Libs
libvcsm.so is linked with vcos in
host_applications/linux/libs/sm/CMakeLists.txt , so changed to specify
it in pkgconfig file.
2018-03-15 14:34:58 +00:00

11 lines
239 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: VCSM
Description: VideoCore Shared Memory library for RPi
Version: 1
Libs: -L${libdir} -lvcsm -lvcos
Cflags: -I${includedir}