diff options
author | monsta <[email protected]> | 2018-01-28 12:23:23 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-28 12:23:23 +0300 |
commit | b79a5708d971226a8358bb733dbe2283bb22d0c5 (patch) | |
tree | 774eddd3bc8329b8430c056e4a1a4f17abb07f0a /configure.ac | |
parent | a6c2e76dbcddb749045136ead56bad46c48d1664 (diff) | |
download | mate-indicator-applet-b79a5708d971226a8358bb733dbe2283bb22d0c5.tar.bz2 mate-indicator-applet-b79a5708d971226a8358bb733dbe2283bb22d0c5.tar.xz |
require GTK+ 3.22
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index da97d3a..18d4908 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) # Dependencies ########################### -GTK_REQUIRED_VERSION=3.14.0 +GTK_REQUIRED_VERSION=3.22.0 PANEL_REQUIRED_VERSION=1.17.0 UBUNTU_INDICATOR_REQUIRED_VERSION=0.3.90 |