mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
libvcsm.so is linked with vcos in host_applications/linux/libs/sm/CMakeLists.txt , so changed to specify it in pkgconfig file.
11 lines
239 B
PkgConfig
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}
|