ext/gl: change graphene default options

The type was changed upstream from a boolean to an autofeature

41ebe5fa61

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1087>
This commit is contained in:
Jordan Petridis 2021-03-26 16:34:20 +02:00 committed by GStreamer Marge Bot
parent 56380af717
commit 23da209431

View file

@ -66,7 +66,7 @@ graphene_dep = dependency('graphene-gobject-1.0',
version : '>=1.4.0',
required : get_option('gl-graphene'),
fallback: ['graphene', 'graphene_gobject_dep'],
default_options: ['introspection=false', 'installed_tests=false', 'tests=false'])
default_options: ['introspection=disabled', 'installed_tests=false', 'tests=false'])
if graphene_dep.found()
optional_deps += graphene_dep