aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-06-28 07:00:20 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-06-28 07:00:20 -0400
commit2799ed4172a2d7a20e2d197d38cdf600dd73c884 (patch)
treec739628fd66b0f7a200a0851aa3bdb3a3fb267fe
parent58779f7506601ca54d4fffcee79c6a0172f3f4ce (diff)
downloadayatana-indicator-application-2799ed4172a2d7a20e2d197d38cdf600dd73c884.tar.gz
ayatana-indicator-application-2799ed4172a2d7a20e2d197d38cdf600dd73c884.tar.bz2
ayatana-indicator-application-2799ed4172a2d7a20e2d197d38cdf600dd73c884.zip
Make sure gtk2 builds get pkgconfig info for appindicator-0.1 instead of appindicator3-0.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9b550aa..a57f197 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,7 @@ AS_IF([test "x$with_gtk" = x3],
dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION)
- PKG_CHECK_MODULES(APPINDICATOR, appindicator3-0.1 >= $LIBAPPINDICATOR_REQUIRED_VERSION)
+ PKG_CHECK_MODULES(APPINDICATOR, appindicator-0.1 >= $LIBAPPINDICATOR_REQUIRED_VERSION)
],
[AC_MSG_FAILURE([Value for --with-gtk was neither 2 nor 3])]
)