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