libmoq 0.4.0

Media over QUIC, C bindings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Paths are relative to this .pc file so the raw `cargo build` target tree is
# usable directly (e.g. PKG_CONFIG_PATH=target/<profile>/lib/pkgconfig). The
# staticlib sits in the profile root two dirs up (target/<profile>/); the header
# is shared across profiles in target/include/.
# Packagers that relocate into a conventional lib/+include/ layout rewrite
# libdir; see nix/overlay.nix.
libdir=${pcfiledir}/../..
includedir=${pcfiledir}/../../../include

Name: moq
Description: Media over QUIC C Interface
Version: @VERSION@
Libs: -L${libdir} -lmoq
Libs.private: @LIBS_PRIVATE@
Cflags: -I${includedir}