aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-26 13:57:53 -0600
committerTed Gould <ted@gould.cx>2012-01-26 13:57:53 -0600
commit5bf87433bf05327d57a3816435de4eaa29b4648d (patch)
tree6d92d8616d2e21d12701a0d234746cbff98a476b /configure.ac
parenta68451b70e621c1c9b59f4d6be78c3e327356eed (diff)
parentd59e87f8f42016856eb2154a9e4b684c215c7a91 (diff)
downloadlibdbusmenu-5bf87433bf05327d57a3816435de4eaa29b4648d.tar.gz
libdbusmenu-5bf87433bf05327d57a3816435de4eaa29b4648d.tar.bz2
libdbusmenu-5bf87433bf05327d57a3816435de4eaa29b4648d.zip
Add property of the accessible description
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fd69595..5ed709d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,7 @@ AM_CONDITIONAL([USE_GTK3], [test "x$with_gtk" = "x3"])
AS_IF([test "x$enable_gtk" != "xno"],[
AS_IF([test "x$with_gtk" = x3],
[PKG_CHECK_MODULES(DBUSMENUGTK, gtk+-3.0 >= $GTK3_REQUIRED_VERSION
+ atk
glib-2.0 >= $GLIB_REQUIRED_VERSION,
[have_gtk=yes]
)
@@ -71,6 +72,7 @@ AS_IF([test "x$with_gtk" = x3],
],
[test "x$with_gtk" = x2],
[PKG_CHECK_MODULES(DBUSMENUGTK, gtk+-2.0 >= $GTK_REQUIRED_VERSION
+ atk
glib-2.0 >= $GLIB_REQUIRED_VERSION,
[have_gtk=yes]
)