diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-11 20:51:17 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-11 20:51:17 +0100 |
commit | e373c2400657386cc9f70bedb76900d45123f855 (patch) | |
tree | fda255de833af48e29c2dda60aca413d59659256 /configure.in | |
parent | 4a7f182d70f31ce39f00261b43b02ec6f30962a6 (diff) | |
download | mate-applets-e373c2400657386cc9f70bedb76900d45123f855.tar.bz2 mate-applets-e373c2400657386cc9f70bedb76900d45123f855.tar.xz |
add gio-unix-2.0 to gio requirements
it fixes "main.c:26:33: fatal error: gio/gdesktopappinfo.h: No such file or directory"
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 44bfdc8c..c67621ce 100644 --- a/configure.in +++ b/configure.in @@ -102,7 +102,7 @@ dnl -- Check for mate-icon-theme (required) ---------------------------------- PKG_CHECK_MODULES(GIT, mate-icon-theme >= $MATE_ICON_THEME_REQUIRED) dnl -- check for gio (required) ------------------------------------------ -PKG_CHECK_MODULES(GIO, gio-2.0 >= $GIO_REQUIRED) +PKG_CHECK_MODULES(GIO, gio-2.0 >= $GIO_REQUIRED gio-unix-2.0) AC_SUBST(GIO_CFLAGS) AC_SUBST(GIO_LIBS) |