diff options
author | Ted Gould <ted@gould.cx> | 2010-01-21 08:55:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-21 08:55:32 -0600 |
commit | 770afffd927421ced6e74d29a751dac394c2d5ec (patch) | |
tree | 2c650eb211a7cff5b466e05b4cee1182d2af6f88 /debian/control | |
parent | d4f211aa742b9717bfdcd5faf9ef41d4eb750b75 (diff) | |
download | libayatana-appindicator-770afffd927421ced6e74d29a751dac394c2d5ec.tar.gz libayatana-appindicator-770afffd927421ced6e74d29a751dac394c2d5ec.tar.bz2 libayatana-appindicator-770afffd927421ced6e74d29a751dac394c2d5ec.zip |
debian/control: Adding dependency for json-glib to build.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 253b911..49e67dd 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 5.0), python-central (>= 0.6), libgtk2.0-dev (>= 2.12.0), libdbus-glib-1-dev, + libjson-glib-dev, gnome-doc-utils, gtk-doc-tools, intltool, |