diff options
author | Torsten Duwe <[email protected]> | 2013-09-10 23:36:48 +0200 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-09-11 10:51:02 -0700 |
commit | 3bc642cbf69b3ba71fc636d6120fc7ac0b83aecb (patch) | |
tree | dcaa38ed906549743dc45e435b0bc474ceb1a52c /src/egl | |
parent | 87ebbe1270e203259f6036edc1d846f77fdfa61b (diff) |
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 <[email protected]>
Signed-off-by: Johannes Obermayr <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r-- | 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 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} |