summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-12-03 15:43:44 +0100
committerBastien Nocera <hadess@hadess.net>2011-12-03 16:01:04 +0100
commit8170d010f91ffa7c277d4744ae8419021e6875a5 (patch)
tree4360f397298924b569816ec4de0854bb42a48bc4
parent9c237e07c9be9f95664104e270e950b59fcc23d4 (diff)
downloadtotem-8170d010f91ffa7c277d4744ae8419021e6875a5.tar.gz
browser-plugin: Require a newer GIO
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6a9e9b95a..3459fa209 100644
--- a/configure.in
+++ b/configure.in
@@ -548,7 +548,7 @@ if test "$enable_browser_plugins" = "yes" ; then
PKG_CHECK_MODULES([BROWSER_PLUGIN],
[glib-2.0
- gio-2.0
+ gio-2.0 >= $GIO_REQS
x11
totem-plparser-mini >= $TOTEM_PLPARSER_REQS],
[],[enable_browser_plugins=no])