Blame config/libdw.pc.in

Packit 032894
prefix=@prefix@
Packit 032894
exec_prefix=@exec_prefix@
Packit 032894
libdir=@libdir@
Packit 032894
includedir=@includedir@
Packit 032894
Packit 032894
Name: libdw
Packit 032894
Description: elfutils library for DWARF data and ELF file or process inspection
Packit 032894
Version: @VERSION@
Packit 032894
URL: http://elfutils.org/
Packit 032894
Packit 032894
Libs: -L${libdir} -ldw
Packit 032894
Cflags: -I${includedir}
Packit 032894
Packit 032894
# We need the exact matching elfutils libelf version since internal data
Packit 032894
# structures are used.
Packit 032894
Requires: libelf = @VERSION@
Packit 032894
Packit 032894
# We support various compressed ELF images, but don't export any of the
Packit 032894
# data structures or functions.  zlib (gz) is always required, bzip2 (bz2)
Packit 032894
# and lzma (xz) are optional.  But bzip2 doesn't have a pkg-config file.
Packit 032894
Requires.private: zlib @LIBLZMA@
Packit 032894
Libs.private: @BZ2_LIB@