Imported Upstream version 0.1.0+git20131207+e452e83
[deb_libhybris.git] / hybris / egl / egl.pc.in
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: egl
7 Description: libhybris EGL library
8 # Set to 7.10 because some package like weston are usually built
9 # against mesa and because of that expect certain version from egl.
10 Version: 7.10
11 Libs: -L${libdir} -lEGL
12 Cflags: -I${includedir}