mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
56380af717
commit
23da209431
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue