diff options
author | monsta <[email protected]> | 2016-12-24 01:15:40 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-24 01:15:40 +0300 |
commit | 0f07e13e7b988b0e6b272484f2f235c244e2fb15 (patch) | |
tree | b8a583d113fe890d9f0046d9636239e08459c2c4 | |
parent | 515c20e85cfdc5beff9b4b8a072876114bc73e76 (diff) | |
download | mate-panel-0f07e13e7b988b0e6b272484f2f235c244e2fb15.tar.bz2 mate-panel-0f07e13e7b988b0e6b272484f2f235c244e2fb15.tar.xz |
build: require libmateweather >= 1.17.0 (GTK+3 only)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6b426ee2..f5bae693 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ DCONF_REQUIRED=0.13.4 LIBRSVG_REQUIRED=2.36.2 GTK_REQUIRED=3.14.0 LIBWNCK_REQUIRED=3.0.0 -WEATHER_REQUIRED=1.16.0 +WEATHER_REQUIRED=1.17.0 dnl pkg-config dependency checks |