~jazzynico/inkscape-devlibs/trunk

« back to all changes in this revision

Viewing changes to lib/pkgconfig/libpcreposix.pc

  • Committer: jazzynico
  • Date: 2016-07-05 12:59:20 UTC
  • Revision ID: nicoduf@yahoo.fr-20160705125920-nv1a00fymnau9mxk
Adding libpcre (recommended for glib).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Package Information for pkg-config
 
2
 
 
3
prefix=/D/Dev/inkscape/devlibs-update/build/pcre-8.39
 
4
exec_prefix=${prefix}
 
5
libdir=${exec_prefix}/lib
 
6
includedir=${prefix}/include
 
7
 
 
8
Name: libpcreposix
 
9
Description: PCREPosix - Posix compatible interface to libpcre
 
10
Version: 8.39
 
11
Libs: -L${libdir} -lpcreposix
 
12
Cflags: -I${includedir} 
 
13
Requires.private: libpcre