diff options
author | Robert Collins <robertc@robertcollins.net> | 2009-11-17 14:06:59 +1100 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2009-11-17 14:06:59 +1100 |
commit | 18eb9ed646f2655f64ddaccd5e0b4ed9e28db026 (patch) | |
tree | e54312623be59c711e785364b41dfd4cf7837852 /debian/control | |
parent | 961fafafd2ee8348b68e08b8d83c1c1e1d496fac (diff) | |
download | libayatana-indicator-18eb9ed646f2655f64ddaccd5e0b4ed9e28db026.tar.gz libayatana-indicator-18eb9ed646f2655f64ddaccd5e0b4ed9e28db026.tar.bz2 libayatana-indicator-18eb9ed646f2655f64ddaccd5e0b4ed9e28db026.zip |
Depend on libindicator0 to pull it in when libindicator-dev is a build-dep.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 439dc06..e2ff092 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,8 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libgtk2.0-dev (>= 2.12.0) + libgtk2.0-dev (>= 2.12.0), + libindicator0 Description: GNOME panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. |