X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson.build;h=8450bfce378b4840432100c5bd759b319d580add;hb=9fecc618c16a4ed99834d0202046b3e741613878;hp=c29790a96cdf4210b1dede38e72953f9c5f7ee06;hpb=064711d8b382c106afffe75cefbabe8f7bac8532;p=platform%2Fupstream%2Fgstreamer.git diff --git a/meson.build b/meson.build index c29790a..8450bfc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstreamer-full', 'c', - version : '1.22.4', + version : '1.22.7', meson_version : '>= 0.62.0', default_options : ['buildtype=debugoptimized', # Needed due to https://github.com/mesonbuild/meson/issues/1889, @@ -474,8 +474,6 @@ setenv = find_program('gst-env.py') devenv_cmd = [setenv, '--builddir=@0@'.format(meson.global_build_root()), '--srcdir=@0@'.format(meson.global_source_root())] -subdir('tests') -subdir('ci/fuzzing') if meson.can_run_host_binaries() and build_machine.system() == 'linux' and host_machine.system() == 'windows' # FIXME: Ideally we could get the wrapper directly from meson @@ -493,7 +491,6 @@ if orc_subproject.found() and orc_update_targets.length() > 0 alias_target('update-orc-dist', orc_update_targets) endif -subdir('scripts') dotnet_format = find_program('dotnet-format', required: false) if dotnet_format.found()