Description
Hello All,
I am building casync to use with "rauc" tool. And I am using Buildroot 2022.02 as build system and I have enabled host meson-tools
in Buildroot menuconfig
. But while building using
meson build && ninja -C build && sudo ninja -C build install
I am getting below errors:
Found pkg-config: /root/raspcm4/sources/output/host/bin/pkg-config (1.6.3)
Run-time dependency liblzma found: YES 5.2.5
Run-time dependency zlib found: YES 1.2.11
Run-time dependency libzstd found: YES 1.5.2
Run-time dependency libcurl found: YES 7.81.0
Run-time dependency openssl found: YES 1.1.1m
meson.build:135:0: ERROR: C shared or static library 'acl' not found
But BR2_PACKAGE_ACL=y
is already selected.
Can you please let me know what is the proper package that should be selected in Buildroot? And also what are the other Run-time dependencies (libs/packages) that should be selected in Buildroot?
Your help will be much appreciated.
Thanks in advance
Activity