mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-05 13:36:18 +00:00
build-sys: Fix build error when sanitizers are enabled
Re-running 'meson setup' with sanitizer flags caused the following error: 'ERROR: Unknown options: "b_lundef, b_sanitize"' This is a workaround for an upstream Meson issue: https://github.com/mesonbuild/meson/issues/13651 Signed-off-by: correctmost <126085-correctmost@users.noreply.gitlab.freedesktop.org> Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
parent
2117405f95
commit
3a9e3668f1
@ -5,6 +5,7 @@ variables:
|
||||
meson ninja-build gtk-doc glib2-devel
|
||||
gettext gettext-devel bzip2 rpmlint rpm-build
|
||||
mingw32-filesystem mingw64-filesystem
|
||||
mingw32-gcc mingw64-gcc
|
||||
|
||||
before_script:
|
||||
- dnf install -y $DEPS_COMMON
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
# project definition
|
||||
#
|
||||
project('spice-protocol',
|
||||
'c',
|
||||
version : '0.14.5',
|
||||
license : 'BSD',
|
||||
meson_version : '>= 0.41.0')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user