From: Quentin Glidic Date: Tue, 27 Nov 2012 21:35:18 +0000 (+0100) Subject: pkgconfig: Use configure provided directories X-Git-Tag: accepted/2.0alpha-wayland/20121206.191335~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65a0bbdbdeaa4552a1af4ad4b1f3f4960305444f;p=profile%2Fivi%2Fwayland.git pkgconfig: Use configure provided directories https://bugs.freedesktop.org/show_bug.cgi?id=57630 --- 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@