Skip to content

Commit e31262c

Browse files
committed
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.
1 parent 387807b commit e31262c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/development/libraries/at-spi2-core/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
5858
doCheck = false;
5959

6060
mesonFlags = [
61-
"-Dintrospection=${if stdenv.buildPlatform == stdenv.hostPlatform then "yes" else "no"}"
61+
"-Dintrospection=yes"
6262
# Provide dbus-daemon fallback when it is not already running when
6363
# at-spi2-bus-launcher is executed. This allows us to avoid
6464
# including the entire dbus closure in libraries linked with

0 commit comments

Comments
 (0)