diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-01-29 11:50:13 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-01-29 11:50:13 -0600 |
commit | 82b3dc0d5c08a789641eeb475d393ceb82c0b959 (patch) | |
tree | 9f14d373b7a9521f1f50ea2b89af0c2e8cd8a8f4 /debian | |
parent | fc8b73e958822e33c7dd8e3034bfdcc6addfe464 (diff) | |
download | libayatana-appindicator-82b3dc0d5c08a789641eeb475d393ceb82c0b959.tar.gz libayatana-appindicator-82b3dc0d5c08a789641eeb475d393ceb82c0b959.tar.bz2 libayatana-appindicator-82b3dc0d5c08a789641eeb475d393ceb82c0b959.zip |
raise gtk+ minimum to 2.35.4 because we no longer use g_type_init()
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a06d8b4..04851eb 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: debhelper (>= 9), xvfb, valac-0.16, mono-devel (>= 2.4.3), + libglib2.0-dev (>= 2.35.4), libgtk-3-dev (>= 2.91.3), libgtk2.0-dev (>= 2.12.0), python-gtk2-dev, |