Brian Silverman | 8649792 | 2018-02-10 19:28:39 -0500 | [diff] [blame] | 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ |
| 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ |
| 5 | |
| 6 | Name: libdw |
| 7 | Description: elfutils library for DWARF data and ELF file or process inspection |
| 8 | Version: @VERSION@ |
| 9 | URL: http://elfutils.org/ |
| 10 | |
| 11 | Libs: -L${libdir} -ldw |
| 12 | Cflags: -I${includedir} |
| 13 | |
| 14 | # We need the exact matching elfutils libelf version since internal data |
| 15 | # structures are used. |
| 16 | Requires: 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. |
| 21 | Requires.private: zlib @LIBLZMA@ |
| 22 | Libs.private: @BZ2_LIB@ |