WillAyd opened a new issue, #47431: URL: https://github.com/apache/arrow/issues/47431
### Describe the bug, including details regarding any error messages, version, and platform. As discovered in https://github.com/mesonbuild/wrapdb/pull/2099#discussion_r2286222422, we have a few issues that need to be corrected for the next release to make the WrapDB entry for Arrow easier to use. Specifically, we need to: * Ensure the pkg-config entry for acero includes the Acero lib itself * Create a dependency to match the arrow-csv pkgconfig * Create a dependency to match the arrow-filesystem pkgconfig * Create a dependency to match the arrow-json pkgconfig * Create a dependency to match the arrow-tensorflow pkgconfig Additionally, it is recommended that we call `meson.override_dependency` for our exposed dependencies (including arrow and arrow-compute) so that the wrap entry does not need to depend on the internal variable name (see https://github.com/mesonbuild/wrapdb/pull/2206#discussion_r2296506391). We may also want to explore lowering the Meson version requirement, unless Apache Arrow truly needs version 1.3.0 as a minimum ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org