diff options
author | Ted Gould <ted@gould.cx> | 2009-12-14 11:23:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-14 11:23:14 -0600 |
commit | 1ae9e02d2c0ed536c204ae097ab8bcff1f7fc5fe (patch) | |
tree | 8cf07c4225865e342b8169adb951c411ca30913c /debian/control | |
parent | 0d59bd4f60ff7d545eee407dba34f744ab6b6831 (diff) | |
download | ayatana-indicator-application-1ae9e02d2c0ed536c204ae097ab8bcff1f7fc5fe.tar.gz ayatana-indicator-application-1ae9e02d2c0ed536c204ae097ab8bcff1f7fc5fe.tar.bz2 ayatana-indicator-application-1ae9e02d2c0ed536c204ae097ab8bcff1f7fc5fe.zip |
debian/control: Adding in mono build depends.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 746e569..291294b 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,11 @@ Build-Depends: debhelper (>= 5.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.0), libdbusmenu-gtk-dev (>= 0.1.8), - libdbusmenu-glib-dev (>= 0.1.8) + libdbusmenu-glib-dev (>= 0.1.8), + mono-devel, + gtk-sharp2-gapi, + libgtk2.0-cil, + nunit Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpa.net/~ubuntu-desktop/indicator-application/ubuntu |