From 63225cf2527ff9f54fc111c030c8e293748ec47d Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Tue, 5 Apr 2016 10:11:32 +0200 Subject: [PATCH] weston.pc: Properly specify Requires.private MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/weston.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/weston.pc.in b/src/weston.pc.in index 828cb1f0..c560eb37 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}