summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Cohen <bencoh@notk.org>2017-02-06 23:57:21 +0100
committerBenjamin Cohen <bencoh@notk.org>2017-02-06 23:57:21 +0100
commit066925f505bc456f21e199476b66f8b99af5f56f (patch)
treee7f9e178ee1563084b61f95a9fb3c0b5b59a84da
parent1a333cd8b17c94aa48fafb249d8309f51fc11cb2 (diff)
Add pkgconfig file
-rw-r--r--osso-bookmark-engine.pc13
1 files changed, 13 insertions, 0 deletions
diff --git a/osso-bookmark-engine.pc b/osso-bookmark-engine.pc
new file mode 100644
index 0000000..517e56d
--- /dev/null
+++ b/osso-bookmark-engine.pc
@@ -0,0 +1,13 @@
+
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: osso-bookmark-engine
+Description: Bookmark Engine
+Requires: libxml-2.0 >= 2.6.7
+Version: 1.2.1
+Libs: -L${libdir} -lbookmarkengine
+Cflags: -I${includedir}
+