mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
meson: Don't build tests, examples or documentation for libcall-ui
Not necessary when building Calls.
This commit is contained in:
parent
719f11f42b
commit
ff96d70ac7
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ full_calls_plugin_builddir = join_paths(builddir, 'plugins')
|
|||
|
||||
libcall_ui_dep = dependency('call-ui',
|
||||
fallback: ['libcall-ui', 'libcall_ui_dep'],
|
||||
default_options: ['tests=false', 'examples=false', 'gtk_doc=false'],
|
||||
)
|
||||
|
||||
config_data = configuration_data()
|
||||
|
|
Loading…
Reference in a new issue