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:
Sugizaki Yukimasa
2018-03-15 19:15:55 +09:00
committed by popcornmix
parent 11389772c7
commit de372ec001

View File

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