mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
build: bump graphene requirement to 1.4
This commit is contained in:
parent
9d66a3447f
commit
c42eb9932e
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ AM_CONDITIONAL(HAVE_XCOMPOSITE, test "x$HAVE_XCOMPOSITE" = "xyes")
|
||||||
|
|
||||||
dnl graphene-1.0 is optional and used in gltransformation
|
dnl graphene-1.0 is optional and used in gltransformation
|
||||||
HAVE_GRAPHENE=NO
|
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
|
if test "x$HAVE_GRAPHENE" = "xyes"; then
|
||||||
AC_DEFINE(HAVE_GRAPHENE, [1] , [Use graphene])
|
AC_DEFINE(HAVE_GRAPHENE, [1] , [Use graphene])
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue