vcgencmd: Apply ASLR
[platform/adaptation/broadcom/libomxil-vc4.git] / pkgconfig / brcmegl.pc.in
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: brcmEGL
7 Description: Fake brcmEGL package for RPi
8 Version: 10
9 Requires: bcm_host
10 Libs: -L${libdir} -lbrcmEGL -lbrcmGLESv2 -lbcm_host -lvchostif
11 Cflags: -I${includedir} -I${includedir}/interface/vmcs_host/linux \
12         -I${includedir}/interface/vcos/pthreads
13