From fd733201b82f39655488a286c89142f321ef9dc9 Mon Sep 17 00:00:00 2001 From: Sylvain Chiron Date: Sat, 1 Jul 2017 13:36:41 +0200 Subject: Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; changed the code to match the new API Signed-off-by: Sylvain Chiron --- src/libavoid/libavoid.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/libavoid/libavoid.pc.in (limited to 'src/libavoid/libavoid.pc.in') 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 -- cgit v1.2.3