diff options
author | Ted Gould <ted@gould.cx> | 2011-07-05 22:29:32 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-05 22:29:32 -0500 |
commit | 173c8a74b0a8191c9b70cf8c7486032710f8bf74 (patch) | |
tree | 6d45e299dcda6a3efab015c95d7ec0330e80bf82 | |
parent | f5575b53091bee7985efb3c88bcc1d6fe34edefa (diff) | |
download | libayatana-indicator-173c8a74b0a8191c9b70cf8c7486032710f8bf74.tar.gz libayatana-indicator-173c8a74b0a8191c9b70cf8c7486032710f8bf74.tar.bz2 libayatana-indicator-173c8a74b0a8191c9b70cf8c7486032710f8bf74.zip |
Setting default GTK version to 3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7d17d0b..c951db5 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ AC_ARG_WITH([gtk], [AS_HELP_STRING([--with-gtk], [Which version of gtk to use @<:@default=2@:>@])], [], - [with_gtk=2]) + [with_gtk=3]) AS_IF([test "x$with_gtk" = x3], [PKG_CHECK_MODULES(LIBINDICATOR, gtk+-3.0 >= $GTK3_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) |