diff options
author | Quentin Glidic <sardemff7+git@sardemff7.net> | 2012-11-27 22:35:18 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-11-27 20:35:50 -0500 |
commit | 92ca1a0e800cf85e42699774b141ac5204d0f7c8 (patch) | |
tree | 2b4d086623e2f5c6d65dd1ecbfce3251b862016c /cursor | |
parent | e8fbce73c7d2d546fcb90fe6115306f27c699fff (diff) |
pkgconfig: Use configure provided directories
https://bugs.freedesktop.org/show_bug.cgi?id=57630
Diffstat (limited to 'cursor')
-rw-r--r-- | cursor/wayland-cursor.pc.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cursor/wayland-cursor.pc.in b/cursor/wayland-cursor.pc.in index b10d039..fbbf5ff 100644 --- a/cursor/wayland-cursor.pc.in +++ b/cursor/wayland-cursor.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 Cursor Description: Wayland cursor helper library Version: @WAYLAND_VERSION@ |