You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/04/01 09:35:11 UTC

[arrow] branch master updated: ARROW-2371: [GLib] Update "Requires" in .pc on GNU Autotools build

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new d2d4cc7  ARROW-2371: [GLib] Update "Requires" in .pc on GNU Autotools build
d2d4cc7 is described below

commit d2d4cc72be309e2b59f004b3f3aec6e471adaaf8
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Sun Apr 1 11:34:46 2018 +0200

    ARROW-2371: [GLib] Update "Requires" in .pc on GNU Autotools build
    
    We use GIO for input stream and output stream.
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #1813 from kou/glib-update-requires-in-pc-on-autotools-build and squashes the following commits:
    
    cc79b53 <Kouhei Sutou>  Update "Requires" in .pc on GNU Autotools build
---
 c_glib/arrow-glib/arrow-glib.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c_glib/arrow-glib/arrow-glib.pc.in b/c_glib/arrow-glib/arrow-glib.pc.in
index f9f27b2..e4ccba9 100644
--- a/c_glib/arrow-glib/arrow-glib.pc.in
+++ b/c_glib/arrow-glib/arrow-glib.pc.in
@@ -25,4 +25,4 @@ Description: C API for Apache Arrow based on GLib
 Version: @VERSION@
 Libs: -L${libdir} -larrow-glib
 Cflags: -I${includedir}
-Requires: gobject-2.0 arrow
+Requires: gio-2.0 arrow

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.