summaryrefslogtreecommitdiffstats
path: root/src/wayland-server.pc.in
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2012-11-27 22:35:18 +0100
committerKristian Høgsberg <krh@bitplanet.net>2012-11-27 20:35:50 -0500
commit92ca1a0e800cf85e42699774b141ac5204d0f7c8 (patch)
tree2b4d086623e2f5c6d65dd1ecbfce3251b862016c /src/wayland-server.pc.in
parentprotocol: Add a wl_surface request for setting buffer transformation (diff)
downloadwayland-92ca1a0e800cf85e42699774b141ac5204d0f7c8.tar
wayland-92ca1a0e800cf85e42699774b141ac5204d0f7c8.tar.gz
wayland-92ca1a0e800cf85e42699774b141ac5204d0f7c8.tar.bz2
wayland-92ca1a0e800cf85e42699774b141ac5204d0f7c8.tar.lz
wayland-92ca1a0e800cf85e42699774b141ac5204d0f7c8.tar.xz
wayland-92ca1a0e800cf85e42699774b141ac5204d0f7c8.tar.zst
wayland-92ca1a0e800cf85e42699774b141ac5204d0f7c8.zip
pkgconfig: Use configure provided directories
https://bugs.freedesktop.org/show_bug.cgi?id=57630
Diffstat (limited to 'src/wayland-server.pc.in')
-rw-r--r--src/wayland-server.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wayland-server.pc.in b/src/wayland-server.pc.in
index 8e3214e..18a0b52 100644
--- a/src/wayland-server.pc.in
+++ b/src/wayland-server.pc.in
@@ -1,8 +1,8 @@
prefix=@prefix@
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
Name: Wayland Server
Description: Server side implementation of the Wayland protocol
Version: @WAYLAND_VERSION@