Bug#785495: Debian testing gdm3 41.0-3
Andre Etienne
andre.etienne at laposte.net
Tue Nov 23 07:19:34 GMT 2021
Hello,
In meson.build, there is the codding:
conf.set('HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY',
xserver_nolisten_default)
and before:
xserver_nolisten_default = xserver_deps.found()
and when rebuilding package from source it gives in config.h:
#undefine HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY
And
If I force value xserver_nolisten_default = true I do obtain in config.h:
#define HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY
So where is defined xserver_deps.found function and from where it can
take "true" value ?
Thanks
More information about the pkg-gnome-maintainers
mailing list