diff options
author | Ted Gould <ted@canonical.com> | 2009-11-05 10:25:09 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-05 10:25:09 -0600 |
commit | a6c762e20e9042d69069f8fb06272d0a1e5fadb3 (patch) | |
tree | fb66b88f2ac636d5ebac7ae97f4f20d96e954510 /debian/control | |
parent | 2fb0a49a23785483b89b2f5745f4317d18850666 (diff) | |
download | libayatana-indicator-a6c762e20e9042d69069f8fb06272d0a1e5fadb3.tar.gz libayatana-indicator-a6c762e20e9042d69069f8fb06272d0a1e5fadb3.tar.bz2 libayatana-indicator-a6c762e20e9042d69069f8fb06272d0a1e5fadb3.zip |
debian/control: Adding build deps dbus-glib as well.
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 e0f02d0..439dc06 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), + libdbus-glib-1-dev, libtool, intltool, gtk-doc-tools |