Home | History | Annotate | Download | only in osmesa
      1 prefix=@prefix@
      2 exec_prefix=${prefix}
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: osmesa
      7 Description: Mesa Off-screen Rendering library
      8 Requires: @OSMESA_PC_REQ@
      9 Version: @OSMESA_VERSION@
     10 Libs: -L${libdir} -l@OSMESA_LIB@
     11 Libs.private: @OSMESA_PC_LIB_PRIV@
     12 Cflags: -I${includedir}
     13