diff options
author | Ted Gould <ted@gould.cx> | 2010-06-03 14:14:23 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-03 14:14:23 -0500 |
commit | f50f08a0bd251c489c574e6ade088b30fdcf4c58 (patch) | |
tree | 3130404a8a3fa90d6ae078a310a78cb4e4b61e88 /debian/control | |
parent | 614e30aa1dac3cd9fff093cea51055c924c7fb7c (diff) | |
download | libayatana-appindicator-f50f08a0bd251c489c574e6ade088b30fdcf4c58.tar.gz libayatana-appindicator-f50f08a0bd251c489c574e6ade088b30fdcf4c58.tar.bz2 libayatana-appindicator-f50f08a0bd251c489c574e6ade088b30fdcf4c58.zip |
debian/control: Add GObject Introspection and Vala build
dependencies.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 64ca500..6260fea 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,13 @@ Build-Depends: debhelper (>= 5.0), gtk-sharp2-gapi, libmono-dev, libnunit-cil-dev, - libgtk2.0-cil-dev + libgtk2.0-cil-dev, + gobject-introspection, + gir-repository-dev, + libgirepository1.0-dev, + gir1.0-glib-2.0, + gir1.0-gtk-2.0, + valac Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu |