radare2/pkgcfg/r_egg.pc.acr
whitequark 0f97fdd228 Fix numerous issues with pkgconfig files.
* Modifications like adding @SSL_CFLAGS@ to .pc.acr files that
    would be overwritten by `make pkgcfg` have been moved to
    Makefiles proper.
  * Missing .pc.acr files for libraries r_egg and r_crypto were
    added to the tree as well as the configure script.
  * Instead of explicitly listing every -lr_* library in every
    .pc file in the Libs: section, r_* libraries are now listed
    in the Requires: section, which ensures that flags get
    transitively propagated. This gets rid of the MAGICSED hack.
2018-01-11 23:09:22 +01:00

12 lines
275 B
Plaintext

prefix=@PREFIX@
exec_prefix=${prefix}
libdir=@LIBDIR@
includedir=${prefix}/include
Name: r_egg
Description: radare foundation libraries
Version: @VERSION@
Requires: r_asm r_syscall r_util r_parse r_reg r_flag r_cons
Libs: -L${libdir} -lr_egg
Cflags: -I${includedir}/libr