[Spice-commits] meson.build
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Jun 29 19:23:22 UTC 2018
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1eff0d120725b0f915983941fe96cc56545ae6a4
Author: Eduardo Lima (Etrunko) <etrunko at redhat.com>
Date: Wed Jun 6 15:01:57 2018 -0300
meson: Enable '-std=c99' build flag
The only file preventing this flag was bitops.h which has been removed
since the following commit:
commit 992ebac6b511811c73559421a46732c5233118c1
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Tue Jun 5 11:27:01 2018 +0200
build: Remove bitops.h
Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/meson.build b/meson.build
index cb8a1ee..dd5127a 100644
--- a/meson.build
+++ b/meson.build
@@ -10,7 +10,7 @@ if not meson.is_subproject()
endif
# some global vars
-spice_common_global_cflags = [#'-std=c99', # fails compiling bitops.h
+spice_common_global_cflags = ['-std=c99',
'-DHAVE_CONFIG_H',
'-DG_LOG_DOMAIN="Spice"',
'-Wall',
More information about the Spice-commits
mailing list