Pierre Labastie via blfs-dev writes: > When running meson, I get: > ----------------- > [...] > WARNING: Project targetting '>= 0.40.1' but tried to use feature > introduced in '0.50.0': install arg in configure_file > Configuring atspi-2.pc using configuration > > atspi/meson.build:60:0: ERROR: Subdir keyword must not be an absolute path. > ------------------ > > It was working with meson-0.49.2 > > This can be fixed with: > -------------- > sed -i 's/subdir:/install_dir:/' atspi/meson.build. > -------------- > Can somebody confirm before I fix the book?
I got the same error Also, there is a report about this here (mutter build): https://github.com/mesonbuild/meson/issues/5050 ciao gabriele -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
