at-spi2-core: make introspection unconditional

We don't need to make it conditional anymore, this added line broke the gtk3 build.
With this the (cross) gtk3 build is working again.
This commit is contained in:
Rick van Schijndel 2022-10-13 21:41:13 +02:00 committed by Rick van Schijndel
parent 387807bee2
commit e31262c3ee

View file

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
doCheck = false;
mesonFlags = [
"-Dintrospection=${if stdenv.buildPlatform == stdenv.hostPlatform then "yes" else "no"}"
"-Dintrospection=yes"
# Provide dbus-daemon fallback when it is not already running when
# at-spi2-bus-launcher is executed. This allows us to avoid
# including the entire dbus closure in libraries linked with