1prefix=@prefix@ 2exec_prefix=@exec_prefix@ 3datarootdir=@datarootdir@ 4pkgdatadir=@datadir@/@PACKAGE@ 5libdir=@libdir@ 6includedir=@includedir@ 7 8Name: Wayland Server 9Description: Server side implementation of the Wayland protocol 10Version: @WAYLAND_VERSION@ 11Cflags: -I${includedir} 12Libs: -L${libdir} -lwayland-server 13