summaryrefslogtreecommitdiff
path: root/src/egl/wayland/wayland-egl/wayland-egl.pc.in
blob: 3c2067c2a77922bc65881ef798421e1213b7a477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@INSTALL_DIR@
exec_prefix=${prefix}
libdir=@INSTALL_LIB_DIR@
includedir=@INSTALL_INC_DIR@

Name: wayland-egl
Description: Mesa wayland-egl library
Requires.private: @WAYLAND_EGL_PC_REQ_PRIV@
Version: @VERSION@
Libs: -L${libdir} -l@WAYLAND_EGL_LIB@
Libs.private: @WAYLAND_EGL_PC_LIB_PRIV@
Cflags: -I${includedir} @WAYLAND_EGL_PC_CFLAGS@