diff options
author | William Hua <william.hua@canonical.com> | 2013-04-22 11:50:51 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-04-22 11:50:51 -0400 |
commit | 19ec64915aac1ecf55f5b5aaa26358578dd2ac34 (patch) | |
tree | 57d0081c6f6fa26e9c304e3bd2e362614cfed108 /debian/control | |
parent | 5cac96c229ed038b2e21f6a7a2ff08746c488019 (diff) | |
download | libayatana-indicator-19ec64915aac1ecf55f5b5aaa26358578dd2ac34.tar.gz libayatana-indicator-19ec64915aac1ecf55f5b5aaa26358578dd2ac34.tar.bz2 libayatana-indicator-19ec64915aac1ecf55f5b5aaa26358578dd2ac34.zip |
[ William Hua ]
* debian/control:
- Bump GLib to 2.37.
* configure.ac:
- Bump GLib to 2.37.
* libindicator/indicator-image-helper.c:
- Support display of GBytesIcons.
* libindicator/indicator-ng.c:
- Change action state icon type to GVariant.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 582965d..698ceda 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools, dbus-test-runner, xvfb, - libglib2.0-dev (>= 2.22), + libglib2.0-dev (>= 2.37), libgtk2.0-dev (>= 2.18), libgtk-3-dev (>= 2.91.3), Standards-Version: 3.9.2 |