[PATCH weston sdk v2 5/8] weston.pc: Provide moduledir

Quentin Glidic sardemff7+wayland at sardemff7.net
Mon Jul 1 08:03:05 PDT 2013


From: Quentin Glidic <sardemff7+git at sardemff7.net>

This allows modules to use the correct directory for the targeted Weston
to install themselves.

Signed-off-by: Quentin Glidic <sardemff7+git at sardemff7.net>
---
 src/weston.pc.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/weston.pc.in b/src/weston.pc.in
index 3c61c98..7bdf8d8 100644
--- a/src/weston.pc.in
+++ b/src/weston.pc.in
@@ -3,8 +3,11 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 libexecdir=@libexecdir@
 includedir=@includedir@
+pkglibdir=@pkglibdir@
 pkglibexecdir=@pkglibexecdir@
 
+moduledir=@moduledir@
+
 Name: Weston Plugin API
 Description: Header files for Weston plugin development
 Version: @WESTON_VERSION@
-- 
1.8.3.1



More information about the wayland-devel mailing list