summaryrefslogtreecommitdiff
path: root/apt-pkg/apt-pkg.pc.in
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2018-06-03 16:37:44 +0100
committerCorentin Noël <corentin.noel@collabora.com>2019-03-08 19:13:06 +0100
commit7c461f0396d413acb9a950f3df9ea6d062896cd7 (patch)
tree7e6ee54c377af089e9ab788ef963c3a34054aae4 /apt-pkg/apt-pkg.pc.in
parentf541aec06bce1ccac98dabe61137b56ed563e0e9 (diff)
Add pkg-config files for the apt-pkg and apt-inst libraries
Closes: #439121
Diffstat (limited to 'apt-pkg/apt-pkg.pc.in')
-rw-r--r--apt-pkg/apt-pkg.pc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/apt-pkg/apt-pkg.pc.in b/apt-pkg/apt-pkg.pc.in
new file mode 100644
index 000000000..c6491d921
--- /dev/null
+++ b/apt-pkg/apt-pkg.pc.in
@@ -0,0 +1,8 @@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+
+Name: apt-pkg
+Description: package management runtime library
+Version: @PROJECT_VERSION@
+Libs: -L${libdir} -lapt-pkg -pthread
+Cflags: -I${includedir}