diff options
author | monsta <[email protected]> | 2016-09-14 18:20:25 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-09-14 18:20:25 +0300 |
commit | 06f6db28648cdeff02cc07f9a7f1410b228450a4 (patch) | |
tree | 0cd89c6f4987816567f3860497bb016e9cdb385a /configure.ac | |
parent | 9e16b8802657838571a7fd5e11ad4af353c1af79 (diff) | |
download | mate-indicator-applet-06f6db28648cdeff02cc07f9a7f1410b228450a4.tar.bz2 mate-indicator-applet-06f6db28648cdeff02cc07f9a7f1410b228450a4.tar.xz |
check for libindicator 12.10.2 for new style indicators support
fixes build on Gentoo which has 12.10.1 - turned out this version
had no indicator-ng yet.
note that (as of now) 12.10.2 isn't officially released upstream,
and Ubuntu has post-12.10.1 repo snapshot packaged and labeled as
12.10.2. however, that snapshot already has 12.10.2 version in .pc
file, so the build works with it.
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 5e9c505..9b4dafc 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ case "$with_gtk" in esac INDICATOR_REQUIRED_VERSION=0.3.90 -INDICATOR_NG_VERSION=12.10 +INDICATOR_NG_VERSION=12.10.2 INDICATOR_PKG=indicator$INDICATOR_API_VERSION-0.4 PKG_CHECK_MODULES(APPLET, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED_VERSION |