Home | History | Annotate | Download | only in main
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: gbm
      7 Description: Mesa gbm library
      8 Requires.private: @GBM_PC_REQ_PRIV@
      9 Version: @VERSION@
     10 Libs: -L${libdir} -lgbm
     11 Libs.private: @GBM_PC_LIB_PRIV@
     12 Cflags: -I${includedir}
     13