summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libproxy/cmake/modules/config_gnome.cmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libproxy/cmake/modules/config_gnome.cmk b/libproxy/cmake/modules/config_gnome.cmk
index d504a66..e3b984d 100644
--- a/libproxy/cmake/modules/config_gnome.cmk
+++ b/libproxy/cmake/modules/config_gnome.cmk
@@ -1,7 +1,7 @@
if (NOT WIN32 AND NOT APPLE)
option(WITH_GNOME3 "Target a GNOME 3 system (gsettings)" ON)
if(WITH_GNOME3)
- px_check_modules(GNOME3 gio-2.0 gobject-2.0)
+ px_check_modules(GNOME3 gio-2.0>=2.26 gobject-2.0)
else(WITH_GNOME3)
px_check_modules(GNOME2 gconf-2.0 gobject-2.0)
endif(WITH_GNOME3)