diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-26 16:37:07 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-26 16:37:07 +0200 |
commit | 083049ec49dc45a2ffbf75e3b89ab02c09d31393 (patch) | |
tree | ae313763528009541f438243e789169505e1e2a1 | |
parent | 88fbc42c5872c4bca0c3cb71133cda1e66584cee (diff) | |
download | mate-panel-083049ec49dc45a2ffbf75e3b89ab02c09d31393.tar.bz2 mate-panel-083049ec49dc45a2ffbf75e3b89ab02c09d31393.tar.xz |
Fix libcanberra-gtk API version for GTK3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 07a54430..55135948 100644 --- a/configure.ac +++ b/configure.ac @@ -88,7 +88,7 @@ case "$with_gtk" in ;; 3.0) GTK_API_VERSION=3.0 GTK_REQUIRED=3.0.0 - LIBCANBERRA_API_VERSION=-gtk3 + LIBCANBERRA_API_VERSION=3 WEATHER_LIB=gweather WEATHER_REQUIRED=3.8.0 ;; |