summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-12-11 20:51:17 +0100
committerStefano Karapetsas <[email protected]>2012-12-11 20:51:17 +0100
commite373c2400657386cc9f70bedb76900d45123f855 (patch)
treefda255de833af48e29c2dda60aca413d59659256
parent4a7f182d70f31ce39f00261b43b02ec6f30962a6 (diff)
downloadmate-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"
-rw-r--r--configure.in2
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)