From: Quentin Glidic <[email protected]> This allows modules to use the correct directory for the targeted Weston to install themselves.
Signed-off-by: Quentin Glidic <[email protected]> --- src/weston.pc.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/weston.pc.in b/src/weston.pc.in index 262b311..ad39b8f 100644 --- a/src/weston.pc.in +++ b/src/weston.pc.in @@ -5,6 +5,8 @@ libexecdir=@libexecdir@ includedir=@includedir@ pkglibexecdir=@pkglibexecdir@ +moduledir=@moduledir@ + Name: Weston Plugin API Description: Header files for Weston plugin development Version: @WESTON_VERSION@ -- 1.8.3 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
