blob: 758c30688fd20d4b70a8c8babbac82394bcf8b18 [file] [log] [blame]
Janis Danisevskis112c9cc2016-03-31 13:35:25 +01001# Package Information for pkg-config
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: libpcre2-posix
9Description: Posix compatible interface to libpcre2-8
10Version: @PACKAGE_VERSION@
Elliott Hughes3435c422020-12-04 13:18:28 -080011Libs: -L${libdir} -lpcre2-posix@LIB_POSTFIX@
Janis Danisevskis112c9cc2016-03-31 13:35:25 +010012Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@
13Requires.private: libpcre2-8