summaryrefslogtreecommitdiff
path: root/src/egl/wayland/wayland-egl/wayland-egl.pc.in
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-03-03 11:05:03 +0100
committerKristian Høgsberg <krh@bitplanet.net>2011-03-04 16:36:37 -0500
commite71920929e3933b007b0bd2358def91df1447eb3 (patch)
tree6e83b9544fa5a80759173ca3c200d2408cf220ad /src/egl/wayland/wayland-egl/wayland-egl.pc.in
parent1a57717bbe8a2cedf2e1bb72cfd7ec85cd2350fc (diff)
egl/wayland: Move wayland-egl into a subdir
This hopefully fixes wayland-egl's dependency resolution for autogenerated wayland-drm headers.
Diffstat (limited to 'src/egl/wayland/wayland-egl/wayland-egl.pc.in')
-rw-r--r--src/egl/wayland/wayland-egl/wayland-egl.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/egl/wayland/wayland-egl/wayland-egl.pc.in b/src/egl/wayland/wayland-egl/wayland-egl.pc.in
new file mode 100644
index 0000000000..3c2067c2a7
--- /dev/null
+++ b/src/egl/wayland/wayland-egl/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@