xref: /third_party/elfutils/config/libdw.pc.in (revision da0c48c4)
1da0c48c4Sopenharmony_ciprefix=@prefix@
2da0c48c4Sopenharmony_ciexec_prefix=@exec_prefix@
3da0c48c4Sopenharmony_cilibdir=@libdir@
4da0c48c4Sopenharmony_ciincludedir=@includedir@
5da0c48c4Sopenharmony_ci
6da0c48c4Sopenharmony_ciName: libdw
7da0c48c4Sopenharmony_ciDescription: elfutils library for DWARF data and ELF file or process inspection
8da0c48c4Sopenharmony_ciVersion: @VERSION@
9da0c48c4Sopenharmony_ciURL: http://elfutils.org/
10da0c48c4Sopenharmony_ci
11da0c48c4Sopenharmony_ciLibs: -L${libdir} -ldw
12da0c48c4Sopenharmony_ciCflags: -I${includedir}
13da0c48c4Sopenharmony_ci
14da0c48c4Sopenharmony_ci# We need the exact matching elfutils libelf version since internal data
15da0c48c4Sopenharmony_ci# structures are used.
16da0c48c4Sopenharmony_ciRequires: libelf = @VERSION@
17da0c48c4Sopenharmony_ci
18da0c48c4Sopenharmony_ci# We support various compressed ELF images, but don't export any of the
19da0c48c4Sopenharmony_ci# data structures or functions.  zlib (gz) is always required, bzip2 (bz2)
20da0c48c4Sopenharmony_ci# lzma (xz) and zstd () are optional. But bzip2 doesn't have a pkg-config file.
21da0c48c4Sopenharmony_ciRequires.private: zlib @LIBLZMA@ @LIBZSTD@
22da0c48c4Sopenharmony_ciLibs.private: @BZ2_LIB@
23