Home | History | Annotate | Download | only in dist2
      1 # Package Information for pkg-config
      2 
      3 prefix=@prefix@
      4 exec_prefix=@exec_prefix@
      5 libdir=@libdir@
      6 includedir=@includedir@
      7 
      8 Name: libpcre2-8
      9 Description: PCRE2 - Perl compatible regular expressions C library (2nd API) with 8 bit character support
     10 Version: @PACKAGE_VERSION@
     11 Libs: -L${libdir} -lpcre2-8
     12 Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
     13 Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@
     14