Skip to content

Commit

Permalink
ext/gl: change graphene default options
Browse files Browse the repository at this point in the history
The type was changed upstream from a boolean to an autofeature

ebassi/graphene@41ebe5f

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1087>
  • Loading branch information
alatiera authored and GStreamer Marge Bot committed May 16, 2021
1 parent 56380af commit 23da209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/gl/meson.build
Expand Up @@ -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
Expand Down

0 comments on commit 23da209

Please sign in to comment.