aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite3/sqlite3.pc.in
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2021-09-22 15:00:06 -0500
committerGitHub <noreply@github.com>2021-09-22 13:00:06 -0700
commit93885afd50ff1a1408e1785dceffb01ff648c7d9 (patch)
tree2587d5d610c9c825e798503ff0ac635764670692 /ports/sqlite3/sqlite3.pc.in
parent47d2378c8181ece05ffc51acd2ed60d97e3c9a64 (diff)
downloadvcpkg-93885afd50ff1a1408e1785dceffb01ff648c7d9.tar.gz
vcpkg-93885afd50ff1a1408e1785dceffb01ff648c7d9.zip
[libdjinterop] update to 0.16.0 (#20136)
* [libdjinterop] update to 0.16.0 * [sqlite3] add pkgconfig file Linux distributions typically use the SQLite autoconf package, but this port uses the SQLite amalgamation package with a custom CMakeLists.txt so the port needs to take care of installing the pkgconfig file.
Diffstat (limited to 'ports/sqlite3/sqlite3.pc.in')
-rw-r--r--ports/sqlite3/sqlite3.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/sqlite3/sqlite3.pc.in b/ports/sqlite3/sqlite3.pc.in
new file mode 100644
index 000000000..d265632d1
--- /dev/null
+++ b/ports/sqlite3/sqlite3.pc.in
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: SQLite
+Description: SQL database engine
+Version: @PKGCONFIG_VERSION@
+Libs: -L${libdir} -lsqlite3
+Libs.private: @PKGCONFIG_LIBS_PRIVATE@
+Cflags: -I${includedir}