summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-04-05 10:11:32 +0200
committerDaniel Stone <daniels@collabora.com>2016-05-04 10:14:11 +0100
commit63225cf2527ff9f54fc111c030c8e293748ec47d (patch)
tree624af753d9dc912f434bd584afa69da73c5c6c58 /src
parent870b16466ffaf47604a0c2eb0aadec78a15db9a1 (diff)
downloadweston-63225cf2527ff9f54fc111c030c8e293748ec47d.tar.gz
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 <sardemff7+git@sardemff7.net> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'src')
-rw-r--r--src/weston.pc.in1
1 files changed, 1 insertions, 0 deletions
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}