blob: 96415558eb2da1cc8c789733461191e5261498fa [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@
11Libs: -L${libdir} -lpcre2-posix
12Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@
13Requires.private: libpcre2-8