Commits


Kouhei Sutou authored and Korn, Uwe committed e14705745bb
ARROW-2834: [GLib] Remove "enable_" prefix from Meson options Because GNOME uses this policy. https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting > Drop the enable from --enable-foo boolean options; Meson has boolean > values, so -Denable-foo=true would read as redundant, and > -Denable-foo=false would read as contradictory. Use -Dfoo=true or > -Dfoo=false instead Author: Kouhei Sutou <kou@clear-code.com> Closes #2255 from kou/glib-meson-option-remove-enable and squashes the following commits: c33d69e4 <Kouhei Sutou> Remove "enable_" prefix from Meson options