Mesa (9.2): wayland-egl.pc requires wayland-client.pc.

Carl Worth cworth at kemper.freedesktop.org
Fri Oct 4 22:13:23 UTC 2013


Module: Mesa
Branch: 9.2
Commit: 8fc8f38d94a71b7c62aea9a7f9137715b51d59a8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fc8f38d94a71b7c62aea9a7f9137715b51d59a8

Author: Torsten Duwe <duwe at suse.de>
Date:   Tue Sep 10 23:36:48 2013 +0200

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 <duwe at suse.de>
Signed-off-by: Johannes Obermayr <johannesobermayr at gmx.de>
(cherry picked from commit 3bc642cbf69b3ba71fc636d6120fc7ac0b83aecb)

---

 src/egl/wayland/wayland-egl/wayland-egl.pc.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/egl/wayland/wayland-egl/wayland-egl.pc.in b/src/egl/wayland/wayland-egl/wayland-egl.pc.in
index f8a8df2..8a40cfa 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}




More information about the mesa-commit mailing list