[
https://issues.apache.org/jira/browse/ARROW-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16421614#comment-16421614
]
ASF GitHub Bot commented on ARROW-2370:
---------------------------------------
xhochy closed pull request #1812: ARROW-2370: [GLib] Fix include path in .pc on
Meson build
URL: https://github.com/apache/arrow/pull/1812
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/c_glib/arrow-glib/meson.build b/c_glib/arrow-glib/meson.build
index 25968e69c..699489ffe 100644
--- a/c_glib/arrow-glib/meson.build
+++ b/c_glib/arrow-glib/meson.build
@@ -184,8 +184,7 @@ pkgconfig.generate(filebase: meson.project_name(),
description: 'C API for Apache Arrow based on GLib',
version: version,
requires: ['gio-2.0', 'arrow'],
- libraries: [libarrow_glib],
- subdirs: ['arrow-glib'])
+ libraries: [libarrow_glib])
arrow_glib_gir = gnome.generate_gir(libarrow_glib,
sources: sources + c_headers + enums,
diff --git a/c_glib/arrow-gpu-glib/meson.build
b/c_glib/arrow-gpu-glib/meson.build
index 00c7f079d..5b2128601 100644
--- a/c_glib/arrow-gpu-glib/meson.build
+++ b/c_glib/arrow-gpu-glib/meson.build
@@ -59,8 +59,7 @@ pkgconfig.generate(filebase: 'arrow-gpu-glib',
description: 'C API for Apache Arrow GPU based on GLib',
version: version,
requires: ['arrow-glib', 'arrow-gpu'],
- libraries: [libarrow_gpu_glib],
- subdirs: ['arrow-gpu-glib'])
+ libraries: [libarrow_gpu_glib])
gnome.generate_gir(libarrow_gpu_glib,
dependencies: arrow_glib_gir_dependency,
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [GLib] include path is wrong on Meson build
> -------------------------------------------
>
> Key: ARROW-2370
> URL: https://issues.apache.org/jira/browse/ARROW-2370
> Project: Apache Arrow
> Issue Type: Bug
> Components: GLib
> Affects Versions: 0.9.0
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.10.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)