summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/libh2o.pc.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:57:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:57:58 +0000
commitbe1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 (patch)
tree9754ff1ca740f6346cf8483ec915d4054bc5da2d /web/server/h2o/libh2o/libh2o.pc.in
parentInitial commit. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.44.3.upstream/1.44.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/server/h2o/libh2o/libh2o.pc.in')
-rw-r--r--web/server/h2o/libh2o/libh2o.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/server/h2o/libh2o/libh2o.pc.in b/web/server/h2o/libh2o/libh2o.pc.in
new file mode 100644
index 00000000..cbda928f
--- /dev/null
+++ b/web/server/h2o/libh2o/libh2o.pc.in
@@ -0,0 +1,12 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+
+Name: libh2o
+Description: An optimized HTTP/1.x & HTTP/2 library
+URL: https://h2o.examp1e.net/
+Version: @LIBRARY_VERSION_MAJOR@.@LIBRARY_VERSION_MINOR@.@LIBRARY_VERSION_PATCH@
+Requires.private: libuv >= 1.0.0
+Libs: -L${libdir} -lh2o
+Cflags: -I${includedir}