On 07/19/2018 08:17 PM, Eduardo Lima (Etrunko) wrote:
Fixes the following warning message while running meson:

WARNING: Unknown command line options: "celt501"
This will become a hard error in a future Meson release.

Signed-off-by: Eduardo Lima (Etrunko) <[email protected]>

Ack.

Uri

---
  .gitlab-ci.yml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef7ef2a..0223bff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,6 @@ meson-makecheck:
    - >
      CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer 
-Wframe-larger-than=40920'
      LDFLAGS='-fsanitize=address -lasan'
-    meson build -Dextra-checks=true -Dcelt501=true || (cat 
build/meson-logs/meson-log.txt && exit 1)
+    meson build -Dextra-checks=true -Dcelt051=true || (cat 
build/meson-logs/meson-log.txt && exit 1)
    - ninja -C build
    - (cd build && meson test) || (cat build/meson-logs/testlog.txt && exit 1)


_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to