build: Define USE_XDG_ACTIVATION conditional when Wayland is disabled
This fixes Autotools builds that disable Wayland, such as non-Linux operating systems and the minimal "udeb" (micro-.deb) package used in Debian's installer. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
@ -480,6 +480,7 @@ if test "$enable_wayland_backend" = "yes"; then
|
||||
AM_CONDITIONAL(USE_WAYLAND, true)
|
||||
else
|
||||
AM_CONDITIONAL(USE_WAYLAND, false)
|
||||
AM_CONDITIONAL(USE_XDG_ACTIVATION, false)
|
||||
fi
|
||||
|
||||
# strip leading space
|
||||
|
||||
Reference in New Issue
Block a user