Rename source subdir from wayland to src

This commit is contained in:
Kristian Høgsberg 2011-08-12 15:09:00 -04:00
parent 3733157d55
commit 4c260db68c
20 changed files with 6 additions and 6 deletions

10
src/wayland-server.pc.in Normal file
View 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