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/pango.pc |
Initial commit0.0.0
Diffstat (limited to 'gtk+-mingw/lib/pkgconfig/pango.pc')
-rw-r--r-- | gtk+-mingw/lib/pkgconfig/pango.pc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gtk+-mingw/lib/pkgconfig/pango.pc b/gtk+-mingw/lib/pkgconfig/pango.pc new file mode 100644 index 0000000..bbb94b0 --- /dev/null +++ b/gtk+-mingw/lib/pkgconfig/pango.pc @@ -0,0 +1,14 @@ +prefix=/usr/i686-w64-mingw32/sys-root/mingw +exec_prefix=/usr/i686-w64-mingw32/sys-root/mingw +libdir=/usr/i686-w64-mingw32/sys-root/mingw/lib +includedir=/usr/i686-w64-mingw32/sys-root/mingw/include + +pango_module_version=1.6.0 + +Name: Pango +Description: Internationalized text handling +Version: 1.30.0 +Requires: glib-2.0 gobject-2.0 +Requires.private: gmodule-no-export-2.0 +Libs: -L${libdir} -lpango-1.0 -lm +Cflags: -I${includedir}/pango-1.0 |