blob: 3fc283db0ffe315bf41963e43baaedc87876f10b [file] [log] [blame]
Brian Silverman86497922018-02-10 19:28:39 -05001prefix=@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# and lzma (xz) are optional. But bzip2 doesn't have a pkg-config file.
21Requires.private: zlib @LIBLZMA@
22Libs.private: @BZ2_LIB@