wayland-egl.pc requires wayland-client.pc.
authorTorsten Duwe <duwe@suse.de>
Tue, 10 Sep 2013 21:36:48 +0000 (23:36 +0200)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 11 Sep 2013 17:51:02 +0000 (10:51 -0700)
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@suse.de>
Signed-off-by: Johannes Obermayr <johannesobermayr@gmx.de>
src/egl/wayland/wayland-egl/wayland-egl.pc.in

index f8a8df217411eff6034ce33eee221c03533008fe..8a40cfac5aa06ef7760d1b148914360bb17e8dff 100644 (file)
@@ -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}