gltransformation: requires graphene 1.0.0
authorLubosz Sarnecki <lubosz@gmail.com>
Tue, 30 Sep 2014 12:58:06 +0000 (14:58 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 30 Sep 2014 13:06:32 +0000 (16:06 +0300)
configure.ac

index 7abdd35..e738f29 100644 (file)
@@ -286,7 +286,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, HAVE_GRAPHENE=yes, HAVE_GRAPHENE=no)
+PKG_CHECK_MODULES(GRAPHENE, graphene-1.0 >= 1.0.0, HAVE_GRAPHENE=yes, HAVE_GRAPHENE=no)
 if test "x$HAVE_GRAPHENE" = "xyes"; then
   AC_DEFINE(HAVE_GRAPHENE, [1] , [Use graphene])
 fi