summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-06-21 10:31:57 +0200
committerDavid Tardon <dtardon@redhat.com>2016-06-21 10:36:37 +0200
commitf5c1ba7054cfe6d7b75cf9037d616706fb1e23ab (patch)
treeda890553a8ecbdf0f2dde9f88fdaee03d86fba76
parent7a347bbc24d2b7b1f520b249a5a20b06643f85c2 (diff)
tdf#100455 check for minimal dconf version
Change-Id: I8e164bb4afc221cefd93d519569cdefa4486349f (cherry picked from commit 461e91ca91186c1ed23316127fffe4230e3aacd2) Signed-off-by: David Tardon <dtardon@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cf3fb7f6ce67..e94e37680482 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10514,7 +10514,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