diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2021-03-23 21:14:27 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2021-03-23 21:14:27 (GMT) |
commit | 9134efeda85c0c202ccc8006f4387eed04581242 (patch) | |
tree | 0fde9ec06b92750157d444321db5836b874cb033 /system | |
parent | 8df9996699cdf96887613f99181173295a19bd76 (diff) |
Register missing requirements for the pkg-config metadata file.
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 |