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?

Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to