diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-07-01 23:31:49 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-07-01 23:31:49 +0000 |
| commit | 03bb87a0175289274132a0240628936fbccf6ca5 (patch) | |
| tree | 979519e873c0ceff7a6a8b0f53252a4a5ece1143 /src/libavoid/libavoid.pc.in | |
| parent | Improving CR feedback. thanks! (diff) | |
| parent | When running without installing, extensions will spawn correct Inkscape (diff) | |
| download | inkscape-03bb87a0175289274132a0240628936fbccf6ca5.tar.gz inkscape-03bb87a0175289274132a0240628936fbccf6ca5.zip | |
Merge https://gitlab.com/inkscape/inkscape into selectable-knots
Diffstat (limited to 'src/libavoid/libavoid.pc.in')
| -rw-r--r-- | src/libavoid/libavoid.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libavoid/libavoid.pc.in b/src/libavoid/libavoid.pc.in new file mode 100644 index 000000000..8f16d060a --- /dev/null +++ b/src/libavoid/libavoid.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libavoid +Description: A library for object-avoiding polyline and orthogonal connector routing for use in interactive diagram editors. +URL: http://www.adaptagrams.org/ +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lavoid +Cflags: -I${includedir}/libavoid
\ No newline at end of file |
