mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
build: Disable graphene tests
When building Graphene as a subproject we don't really need to build tests. Disabling tests also removes the dependency on mutest.
This commit is contained in:
parent
f41fe7b8e4
commit
26beab6064
@ -433,7 +433,8 @@ harfbuzz_dep = dependency('harfbuzz', version: '>= 2.1.0', required: false,
|
||||
default_options: ['coretext=enabled'])
|
||||
xkbdep = dependency('xkbcommon', version: xkbcommon_req, required: wayland_enabled)
|
||||
graphene_dep = dependency('graphene-gobject-1.0', version: graphene_req,
|
||||
fallback: ['graphene', 'graphene_dep'])
|
||||
fallback: ['graphene', 'graphene_dep'],
|
||||
default_options: ['tests=false'])
|
||||
iso_codes_dep = dependency('iso-codes', required: false)
|
||||
|
||||
gidocgen_dep = dependency('gi-docgen', version: '>= 2021.1',
|
||||
|
Loading…
Reference in New Issue
Block a user