summaryrefslogtreecommitdiff
path: root/src/egl/wayland/wayland-egl.pc.in
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-02-04 12:24:08 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-02-07 13:55:20 +0100
commit214fc6e85057bc4661b76ae3f3c22733910da69c (patch)
tree6b8a31fcf2180ee6f5575db6fabb7da7e51a9254 /src/egl/wayland/wayland-egl.pc.in
parente586c4b7634f856a350f029709adc8a32271562c (diff)
egl: Implement libwayland-egl
This library is required and defined by wayland for EGL implementations supporting wayland.
Diffstat (limited to 'src/egl/wayland/wayland-egl.pc.in')
-rw-r--r--src/egl/wayland/wayland-egl.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/egl/wayland/wayland-egl.pc.in b/src/egl/wayland/wayland-egl.pc.in
new file mode 100644
index 0000000000..3c2067c2a7
--- /dev/null
+++ b/src/egl/wayland/wayland-egl.pc.in
@@ -0,0 +1,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@