diff options
author | Matthew Waters <matthew@centricular.com> | 2016-08-19 17:11:13 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-08-19 17:11:13 +1000 |
commit | c42eb9932e9e8a1ddf959e78e9ca70c060f81e72 (patch) | |
tree | 930bbd15f60f40741e84334c6fdf54683803748a | |
parent | 9d66a3447f6398c278c73850eb476db8668a3b28 (diff) |
build: bump graphene requirement to 1.4
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c5b7645fd..5b888726b 100644 --- a/configure.ac +++ b/configure.ac @@ -310,7 +310,7 @@ AM_CONDITIONAL(HAVE_XCOMPOSITE, test "x$HAVE_XCOMPOSITE" = "xyes") dnl graphene-1.0 is optional and used in gltransformation HAVE_GRAPHENE=NO -PKG_CHECK_MODULES(GRAPHENE, graphene-1.0 >= 1.0.0, HAVE_GRAPHENE=yes, HAVE_GRAPHENE=no) +PKG_CHECK_MODULES(GRAPHENE, graphene-1.0 >= 1.4.0, HAVE_GRAPHENE=yes, HAVE_GRAPHENE=no) if test "x$HAVE_GRAPHENE" = "xyes"; then AC_DEFINE(HAVE_GRAPHENE, [1] , [Use graphene]) fi |