Home | History | Annotate | Download | only in glib
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 gmodule_supported=@G_MODULE_SUPPORTED@
      7 
      8 Name: GModule
      9 Description: Dynamic module loader for GLib
     10 Requires: glib-2.0
     11 Version: @VERSION@
     12 Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-2.0 
     13 Libs.private: @G_MODULE_LIBS@
     14 Cflags:
     15