Browse Source

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@suse.de>
Signed-off-by: Johannes Obermayr <johannesobermayr@gmx.de>
tags/mesa-10.1-devel
Torsten Duwe 12 years ago
parent
commit
3bc642cbf6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/egl/wayland/wayland-egl/wayland-egl.pc.in

+ 1
- 0
src/egl/wayland/wayland-egl/wayland-egl.pc.in View 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}

Loading…
Cancel
Save