From a4460f6d9453bbd7e584937686449cef3e19f052 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Mon, 20 Aug 2018 20:34:57 -0400 Subject: Initial commit --- gtk+-mingw/lib/pkgconfig/gmodule-2.0.pc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gtk+-mingw/lib/pkgconfig/gmodule-2.0.pc (limited to 'gtk+-mingw/lib/pkgconfig/gmodule-2.0.pc') 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: -- cgit v1.2.3