File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ include_directories("${PROJECT_BINARY_DIR}")
133133include (FindPkgConfig QUIET )
134134if (PKG_CONFIG_FOUND)
135135 # Produce a pkg-config file
136- foreach (PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc)
136+ foreach (PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc openmaxil.pc )
137137 configure_file ("pkgconfig/${PCFILE} .in" "${PCFILE} " @ONLY)
138138 install (FILES "${CMAKE_CURRENT_BINARY_DIR} /${PCFILE} "
139139 DESTINATION "${CMAKE_INSTALL_PREFIX} /lib/pkgconfig" )
Original file line number Diff line number Diff line change 1+ prefix=@CMAKE_INSTALL_PREFIX@
2+ exec_prefix=${prefix}
3+ libdir=${exec_prefix}/lib
4+ includedir=${prefix}/include
5+
6+ Name: openmaxil
7+ Description: Broadcom openmaxil library
8+ Version: 1
9+ Libs: -L${libdir} -lopenmaxil -lvcos -lvchiq_arm -pthread
10+ Cflags: -I${includedir} -I${includedir}/IL -I${includedir}/interface/vmcs_host/linux -I${includedir}/interface/vcos/pthreads -DUSE_VCHIQ_ARM
You can’t perform that action at this time.
0 commit comments