Tizen 2.0 Release
[profile/ivi/osmesa.git] / src / egl / wayland / wayland-egl / wayland-egl.pc.in
1 prefix=@INSTALL_DIR@
2 exec_prefix=${prefix}
3 libdir=@INSTALL_LIB_DIR@
4 includedir=@INSTALL_INC_DIR@
5
6 Name: wayland-egl
7 Description: Mesa wayland-egl library
8 Requires.private: @WAYLAND_EGL_PC_REQ_PRIV@
9 Version: @VERSION@
10 Libs: -L${libdir} -l@WAYLAND_EGL_LIB@
11 Libs.private: @WAYLAND_EGL_PC_LIB_PRIV@
12 Cflags: -I${includedir} @WAYLAND_EGL_PC_CFLAGS@