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.
main
Rick van Schijndel 2 years ago committed by Rick van Schijndel
parent 387807bee2
commit e31262c3ee
  1. 2
      pkgs/development/libraries/at-spi2-core/default.nix

@ -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

Loading…
Cancel
Save