From 4b2c236845f975da15a592ccbb3d19e4863d4b29 Mon Sep 17 00:00:00 2001 From: "Eduardo Lima (Etrunko)" Date: Mon, 3 Jun 2013 12:24:09 -0300 Subject: [PATCH] weston.pc: Added libexecdir and pkglibexecdir variables These can be used by external clients to check the installation path Signed-off-by: Eduardo Lima (Etrunko) --- src/weston.pc.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/weston.pc.in b/src/weston.pc.in index 537cc89..828cb1f 100644 --- a/src/weston.pc.in +++ b/src/weston.pc.in @@ -2,6 +2,8 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +libexecdir=@libexecdir@ +pkglibexecdir=${libexecdir}/@PACKAGE@ Name: Weston Plugin API Description: Header files for Weston plugin development -- 2.7.4