mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-07 13:29:55 -05:00
Rename source subdir from wayland to src
This commit is contained in:
parent
3733157d55
commit
4c260db68c
20 changed files with 6 additions and 6 deletions
10
src/wayland-server.pc.in
Normal file
10
src/wayland-server.pc.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: Wayland Server
|
||||
Description: Server side implementation of the Wayland protocol
|
||||
Version: 0.1
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lwayland-server
|
||||
Loading…
Add table
Add a link
Reference in a new issue