diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/pkgconfig/chrysalide.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/pkgconfig/chrysalide.pc.in b/system/pkgconfig/chrysalide.pc.in index f3a3af7..8a384a4 100644 --- a/system/pkgconfig/chrysalide.pc.in +++ b/system/pkgconfig/chrysalide.pc.in @@ -7,6 +7,6 @@ Name: Chrysalide Description: Reverse Engineering Factory focused on embedded systems Version: r@PACKAGE_VERSION@ URL: https://www.chrysalide.re/ -Requires: glib-2.0 gtk+-3.0 libxml-2.0 +Requires: gtk+-3.0 libxml-2.0 libarchive sqlite3 libssl @pythondep@ Cflags: -I${includedir}/chrysalide/core -I${includedir}/chrysalide Libs: -L${libdir} -L${libdir}/chrysalide-plugins -lchrysacore |