diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-12-08 13:49:13 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-12-08 13:49:13 -0500 |
commit | b917f6f3aba462d98c6690d650ef8555e736c4f8 (patch) | |
tree | af6de92d556ec059754ea4f594259601d6b98a9c /debian/control | |
parent | a227646d51c40f97e0c3b56d7b9440d198a121ff (diff) | |
download | ayatana-indicator-application-b917f6f3aba462d98c6690d650ef8555e736c4f8.tar.gz ayatana-indicator-application-b917f6f3aba462d98c6690d650ef8555e736c4f8.tar.bz2 ayatana-indicator-application-b917f6f3aba462d98c6690d650ef8555e736c4f8.zip |
* debian/control
- build depend on dbusmenu >= 0.3.90
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 1a24f2b..44e5ea1 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.14), - libdbusmenu-gtk-dev (>= 0.2.2), - libdbusmenu-glib-dev (>= 0.2.2), + libdbusmenu-gtk-dev (>= 0.3.90), + libdbusmenu-glib-dev (>= 0.3.90), cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.3), gtk-sharp2-gapi, |