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