[Mesa-dev] [PATCH 2/2] wayland-egl.pc requires wayland.pc.

Kenneth Graunke kenneth at whitecape.org
Tue Sep 10 15:14:55 PDT 2013


On 09/10/2013 02:36 PM, Johannes Obermayr wrote:
> From: Torsten Duwe <duwe at suse.de>
> 
> 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 <duwe at suse.de>
> Signed-off-by: Johannes Obermayr <johannesobermayr at gmx.de>
> ---
>  src/egl/wayland/wayland-egl/wayland-egl.pc.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/egl/wayland/wayland-egl/wayland-egl.pc.in b/src/egl/wayland/wayland-egl/wayland-egl.pc.in
> index f8a8df2..a92fbf4 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
>  Libs: -L${libdir} -lwayland-egl
>  Cflags: -I${includedir}

I'm a bit confused by this patch.  I don't see a wayland.pc.in file in
the Wayland sources, and my system doesn't have a wayland.pc file installed.

Instead, I see wayland-server, wayland-client, and a couple others...

--Ken


More information about the mesa-dev mailing list