diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 20:34:57 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 20:34:57 -0400 |
commit | a4460f6d9453bbd7e584937686449cef3e19f052 (patch) | |
tree | 037c208f1e20302ed048c0952ef8e3418add9c86 /gtk+-mingw/lib/pkgconfig/gmodule-2.0.pc |
Initial commit0.0.0
Diffstat (limited to 'gtk+-mingw/lib/pkgconfig/gmodule-2.0.pc')
-rw-r--r-- | gtk+-mingw/lib/pkgconfig/gmodule-2.0.pc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gtk+-mingw/lib/pkgconfig/gmodule-2.0.pc b/gtk+-mingw/lib/pkgconfig/gmodule-2.0.pc new file mode 100644 index 0000000..30e5fd9 --- /dev/null +++ b/gtk+-mingw/lib/pkgconfig/gmodule-2.0.pc @@ -0,0 +1,14 @@ +prefix=/MinGW +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +gmodule_supported=true + +Name: GModule +Description: Dynamic module loader for GLib +Requires: glib-2.0 +Version: 2.33.8 +Libs: -L${libdir} -lgmodule-2.0 +Libs.private: +Cflags: |