aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-06-29 14:10:28 -0400
committerJason Conti <jason.conti@gmail.com>2011-06-29 14:10:28 -0400
commite50789bf8c3d5effd30f0db509a2be21e0cec9c8 (patch)
tree253d4421c43e93f5cb9c51703b1cd76764c5fe50 /configure.ac
parent5c375d57f7c185f9b5607493b20ebd438bc9e803 (diff)
downloadayatana-indicator-notifications-e50789bf8c3d5effd30f0db509a2be21e0cec9c8.tar.gz
ayatana-indicator-notifications-e50789bf8c3d5effd30f0db509a2be21e0cec9c8.tar.bz2
ayatana-indicator-notifications-e50789bf8c3d5effd30f0db509a2be21e0cec9c8.zip
* Building --with-gtk=3 for oneiric
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index fbc471d..ad29da0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(indicator-notifications, 0.1.1, jason.conti@gmail.com)
+AC_INIT(indicator-notifications, 0.1.2, jason.conti@gmail.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-notifications, 0.1.1)
+AM_INIT_AUTOMAKE(indicator-notifications, 0.1.2)
AM_MAINTAINER_MODE
@@ -20,7 +20,7 @@ AC_PROG_LIBTOOL
AC_SUBST(VERSION)
AC_CONFIG_MACRO_DIR([m4])
-m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+#m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_ARG_ENABLE([deprecations],
[AS_HELP_STRING([--enable-deprecations],
@@ -65,7 +65,8 @@ AS_IF([test "x$with_gtk" = x3],
[PKG_CHECK_MODULES(INDICATOR, indicator3 >= $INDICATOR_REQUIRED_VERSION
glib-2.0 >= $GLIB_REQUIRED_VERSION
dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
- dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION)
+ dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
+ gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION)
],
[test "x$with_gtk" = x2],
[PKG_CHECK_MODULES(INDICATOR, indicator >= $INDICATOR_REQUIRED_VERSION
@@ -78,7 +79,7 @@ AS_IF([test "x$with_gtk" = x3],
)
AS_IF([test "x$with_gtk" = x3],
- [PKG_CHECK_MODULES(SERVICE, indicator >= $INDICATOR_REQUIRED_VERSION
+ [PKG_CHECK_MODULES(SERVICE, indicator3 >= $INDICATOR_REQUIRED_VERSION
glib-2.0 >= $GLIB_REQUIRED_VERSION
dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION