mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
Install libraries plus headers and add pkg-config files.
This commit is contained in:
parent
7fdff04cdc
commit
4a8767bbb7
5 changed files with 32 additions and 2 deletions
10
wayland.pc.in
Normal file
10
wayland.pc.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: Wayland Client
|
||||
Description: Wayland client side library
|
||||
Version: 0.1
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lwayland
|
||||
Loading…
Add table
Add a link
Reference in a new issue