diff options
author | Keith Packard <keithp@keithp.com> | 2018-10-07 10:05:46 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-07 10:05:46 -0700 |
commit | 6cad627c8094c91734234c94186db33471ea82b0 (patch) | |
tree | 8f7c54e26c28029cec047ef0afe2c0dfd2b1033b | |
parent | d693bd55797bf75bc08080760e7397589cdb0f85 (diff) |
debian: Add libjansson-dev build depend
The C version of altos-map uses this JSON handling library.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 0875d828..a97ddb84 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Build-Depends: asciidoc, icoutils, libbluetooth-dev, libelf-dev, + libjansson-dev, gtk-update-icon-cache, libjfreechart-java, libreadline-dev, |