From: Quentin Glidic Date: Tue, 5 Apr 2016 08:11:32 +0000 (+0200) Subject: weston.pc: Properly specify Requires.private X-Git-Tag: upstream/5.0.0~1134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63225cf2527ff9f54fc111c030c8e293748ec47d;p=platform%2Fupstream%2Fweston.git weston.pc: Properly specify Requires.private We include wayland-server.h, pixman.h and xkbcommon.h in compositor.h, but they are not required for linking if the plugin doesn’t use them. Signed-off-by: Quentin Glidic Reviewed-by: Bryce Harrington Reviewed-by: Daniel Stone Signed-off-by: Daniel Stone --- diff --git a/src/weston.pc.in b/src/weston.pc.in index 828cb1f..c560eb3 100644 --- a/src/weston.pc.in +++ b/src/weston.pc.in @@ -8,4 +8,5 @@ pkglibexecdir=${libexecdir}/@PACKAGE@ Name: Weston Plugin API Description: Header files for Weston plugin development Version: @WESTON_VERSION@ +Requires.private: wayland-server pixman-1 xkbcommon Cflags: -I${includedir}