diff options
author | Ted Gould <ted@gould.cx> | 2012-02-14 14:20:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-14 14:20:54 -0600 |
commit | 45aebde8abddd54f52333fd9cd2462eb0497f5dc (patch) | |
tree | 3103532e8a54d88101e487b1d88e85785acba202 /configure.ac | |
parent | f099181abb550bbc7bb409e76ad22f58dc7f14c4 (diff) | |
download | libayatana-indicator-45aebde8abddd54f52333fd9cd2462eb0497f5dc.tar.gz libayatana-indicator-45aebde8abddd54f52333fd9cd2462eb0497f5dc.tar.bz2 libayatana-indicator-45aebde8abddd54f52333fd9cd2462eb0497f5dc.zip |
Explicity add gmodule in the list of required libraries
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 38dd416..3f33d52 100644 --- a/configure.ac +++ b/configure.ac @@ -52,10 +52,12 @@ AC_ARG_WITH([gtk], [with_gtk=3]) AS_IF([test "x$with_gtk" = x3], [PKG_CHECK_MODULES(LIBINDICATOR, gtk+-3.0 >= $GTK3_REQUIRED_VERSION + gmodule-2.0 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) ], [test "x$with_gtk" = x2], [PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION + gmodule-2.0 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) ], [AC_MSG_FAILURE([Value for --with-gtk was neither 2 nor 3])] |