parent
7fdff04cdc
commit
4a8767bbb7
@ -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 |
@ -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…
Reference in new issue