PKGBUILDs/gettext/mingw-w64/intl.pc
Martchus b12ed5b227 Import and update mingw-w64-gettext from AUR
- Update to 0.19.8.1
- Fix patches
- Further patching to prevent linker errors
- Provide pkgconfig file for iconv

File for pkgconfig might help preventing errors when building
static Qt 5 modules.
2016-08-12 21:41:13 +02:00

14 lines
264 B
PkgConfig

prefix=@PREFIX@
exec_prefix=@PREFIX@
libdir=@PREFIX@/lib
includedir=@PREFIX@/include
Name: intl
Description: Provides native language support to programs
Version: @VERSION@
Libs: -L${libdir} -lintl
Libs.private: -liconv
Requires.private:
Cflags: -I${includedir}