From 98be20f0deedcc9173ebb2d709a9676680e030a8 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 537cc8902..828cb1f03 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