summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1bd9c30e651c..4a8a2237ad82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10530,7 +10530,7 @@ AC_SUBST([COLLADA2GLTF_LIBS])
AC_SUBST([SYSTEM_COLLADA2GLTF])
if test "$enable_dconf" != no; then
- PKG_CHECK_MODULES([DCONF], [dconf], [], [
+ PKG_CHECK_MODULES([DCONF], [dconf >= 0.15.2], [], [
if test "$enable_dconf" = yes; then
AC_MSG_ERROR([dconf not found])
else