From: Torsten Duwe Date: Tue, 10 Sep 2013 21:36:48 +0000 (+0200) Subject: wayland-egl.pc requires wayland-client.pc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bc642cbf69b3ba71fc636d6120fc7ac0b83aecb;p=mesa.git wayland-egl.pc requires wayland-client.pc. Mesa provides the wayland-egl libs and the pkgconfig file, but the headers originate from the wayland package. Ensure everything matches, by requiring application builds to look at the wayland headers as well. Signed-off-by: Torsten Duwe Signed-off-by: Johannes Obermayr --- diff --git a/src/egl/wayland/wayland-egl/wayland-egl.pc.in b/src/egl/wayland/wayland-egl/wayland-egl.pc.in index f8a8df21741..8a40cfac5aa 100644 --- a/src/egl/wayland/wayland-egl/wayland-egl.pc.in +++ b/src/egl/wayland/wayland-egl/wayland-egl.pc.in @@ -6,5 +6,6 @@ includedir=@includedir@ Name: wayland-egl Description: Mesa wayland-egl library Version: @VERSION@ +Requires: wayland-client Libs: -L${libdir} -lwayland-egl Cflags: -I${includedir}