diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2015-02-20 10:27:29 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-02-20 10:27:29 +0000 |
commit | 27edb14aed971c3bff2ca6d947b06468ed84e044 (patch) | |
tree | 808e1d722e0b938efab4ee9025914f819cf1f472 /debian | |
parent | 733c011f94aff2af2f3eba2ddd912d8de89a1036 (diff) | |
parent | 7df7cfffdd3249f96280e4b2f06bc4e4a5ef7d7f (diff) | |
download | ayatana-indicator-printers-27edb14aed971c3bff2ca6d947b06468ed84e044.tar.gz ayatana-indicator-printers-27edb14aed971c3bff2ca6d947b06468ed84e044.tar.bz2 ayatana-indicator-printers-27edb14aed971c3bff2ca6d947b06468ed84e044.zip |
Remove g_strv_contains()
It was added to glib recently.
Approved by: Sebastien Bacher, PS Jenkins bot
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6ae01eb..62a0855 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, gnome-common, python, - libglib2.0-dev (>= 2.22.3), + libglib2.0-dev (>= 2.43.2), libgtk-3-dev, libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), |