radare2/pkgcfg/r_debug.pc.acr
pancake a6e0d6c480 Merge rhash into rcrypto and improve apis ##api
* Update meson and make build systems
* Remove leftovers and unused dependencies
2022-09-15 11:25:40 +02:00

12 lines
311 B
Plaintext

prefix=@PREFIX@
exec_prefix=${prefix}
libdir=@LIBDIR@
includedir=${prefix}/include
Name: r_debug
Description: radare foundation libraries
Version: @VERSION@
Requires: r_reg r_anal r_bp r_io r_parse r_cons r_syscall r_crypto r_flag r_util r_egg r_socket
Libs: -L${libdir} -lr_debug
Cflags: -I${includedir}/libr