mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-20 06:59:44 -05:00
Move core protocol libraries into wayland/ subdirectory
This commit is contained in:
parent
76b43326a5
commit
6dd08ebbe1
20 changed files with 69 additions and 61 deletions
10
wayland/wayland-client.pc.in
Normal file
10
wayland/wayland-client.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-client
|
||||
Loading…
Add table
Add a link
Reference in a new issue