xserver/os
Povilas Kanapickas b67e514dbb meson: Fix warnings when reading back and checking feature flags
Meson does not like comparing things of different types which is a
problem when reading back values of feature flags as they may contain
either false (bool) or 1 (string).

Since there is a strong reason why we use false when the feature does
not exist, we work around this issue by always converting the returned
value to int via to_int().

Fixes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1190
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
2021-07-05 12:46:14 +00:00
..
.gitignore
Makefile.am
WaitFor.c
access.c
auth.c
backtrace.c
busfault.c
client.c
connection.c
inputthread.c
io.c
log.c
meson.build meson: Fix warnings when reading back and checking feature flags 2021-07-05 12:46:14 +00:00
mitauth.c
oscolor.c
osdep.h
osinit.c
ospoll.c
ospoll.h
reallocarray.c
rpcauth.c
strcasecmp.c
strcasestr.c
strlcat.c
strlcpy.c
strndup.c
timingsafe_memcmp.c
utils.c
xdmauth.c
xdmcp.c
xprintf.c
xserver_poll.c
xsha1.c
xstrans.c