gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.38k stars 293 forks source link

Unbreak build with Meson 0.61.0 #2081

Closed jbeich closed 2 years ago

jbeich commented 2 years ago

See https://github.com/mesonbuild/meson/issues/9441. Fixes https://github.com/gnunn1/tilix/issues/2061. Tested via 1.9.4 downstream.

$ meson setup _build
[...]
data/meson.build:13:0: ERROR: Function does not take positional arguments.

http://www.ipv6proxy.net/go.php?u=http://package18.nyi.freebsd.org/data/122amd64-default-foo/2022-01-20_18h39m40s/logs/errors/tilix-1.9.4.log

ximion commented 2 years ago

Thank you for the patch! :-)