mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
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.
This commit is contained in:
committed by
popcornmix
parent
11389772c7
commit
de372ec001
@@ -6,5 +6,5 @@ includedir=${prefix}/include
|
||||
Name: VCSM
|
||||
Description: VideoCore Shared Memory library for RPi
|
||||
Version: 1
|
||||
Libs: -L${libdir} -lvcsm
|
||||
Libs: -L${libdir} -lvcsm -lvcos
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user