summaryrefslogtreecommitdiff
path: root/src/weston.pc.in
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-06-03 12:24:09 -0300
committerKristian Høgsberg <krh@bitplanet.net>2013-06-04 00:14:04 -0400
commit4b2c236845f975da15a592ccbb3d19e4863d4b29 (patch)
treea2f69fdbc8e1a7bd6793fc81890ff121740f0620 /src/weston.pc.in
parentf9e9d0d434e06b86d527f2b19f0d48a7539114b4 (diff)
downloadweston-4b2c236845f975da15a592ccbb3d19e4863d4b29.tar.gz
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) <eduardo.lima@intel.com>
Diffstat (limited to 'src/weston.pc.in')
-rw-r--r--src/weston.pc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/weston.pc.in b/src/weston.pc.in
index 537cc890..828cb1f0 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