Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de372ec

Browse files
Terminus-IMRCpopcornmix
authored andcommitted
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.
1 parent 1138977 commit de372ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgconfig/vcsm.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ includedir=${prefix}/include
66
Name: VCSM
77
Description: VideoCore Shared Memory library for RPi
88
Version: 1
9-
Libs: -L${libdir} -lvcsm
9+
Libs: -L${libdir} -lvcsm -lvcos
1010
Cflags: -I${includedir}

0 commit comments

Comments
 (0)