Commits


Kouhei Sutou authored and Yosuke Shiro committed 17500f78128
ARROW-4801: [GLib] Suppress Meson warnings Messages: arrow-glib/meson.build:211: DEPRECATION: Library arrow-glib was passed to the "libraries" keyword argument of a previous call to generate() method instead of first positional argument. Adding arrow-glib to "Requires" field, but this is a deprecated behaviour that will change in a future version of Meson. Please report the issue if this warning cannot be avoided in your case. arrow-cuda-glib/meson.build:53: DEPRECATION: Library arrow-cuda-glib was passed to the "libraries" keyword argument of a previous call to generate() method instead of first positional argument. Adding arrow-cuda-glib to "Requires" field, but this is a deprecated behaviour that will change in a future version of Meson. Please report the issue if this warning cannot be avoided in your case. Author: Kouhei Sutou <kou@clear-code.com> Closes #3840 from kou/glib-meson-suppress-warning and squashes the following commits: 3c0b0bbc <Kouhei Sutou> Suppress Meson warnings