From 65a0bbdbdeaa4552a1af4ad4b1f3f4960305444f Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Tue, 27 Nov 2012 22:35:18 +0100 Subject: [PATCH] pkgconfig: Use configure provided directories https://bugs.freedesktop.org/show_bug.cgi?id=57630 --- cursor/wayland-cursor.pc.in | 8 ++++---- src/wayland-client.pc.in | 8 ++++---- src/wayland-server.pc.in | 8 ++++---- 3 files changed, 12 insertions(+), 12 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@ diff --git a/src/wayland-client.pc.in b/src/wayland-client.pc.in index b3df950..e453018 100644 --- a/src/wayland-client.pc.in +++ b/src/wayland-client.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 Client Description: Wayland client side library Version: @WAYLAND_VERSION@ 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@ -- 2.7.4