diff options
| author | Sylvain Chiron <chironsylvain@orange.fr> | 2017-07-01 11:36:41 +0000 |
|---|---|---|
| committer | Sylvain Chiron <chironsylvain@orange.fr> | 2017-07-01 11:36:41 +0000 |
| commit | fd733201b82f39655488a286c89142f321ef9dc9 (patch) | |
| tree | a12c70f213414f69467f666619b1552103f6370e /src/libavoid/libavoid.pc.in | |
| parent | Hackfest icon work: restore selected menu icons and make theming easier (diff) | |
| download | inkscape-fd733201b82f39655488a286c89142f321ef9dc9.tar.gz inkscape-fd733201b82f39655488a286c89142f321ef9dc9.zip | |
Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; changed the code to match the new API
Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
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 |
