summary refs log tree commit diff stats
path: root/po/ja_JP.po
diff options
context:
space:
mode:
authorRainer Müller <raimue@codingfarm.de>2018-03-26 16:53:02 +0200
committerTingPing <tingping@tingping.se>2018-03-26 17:09:36 +0000
commit111441302c4eb0c719088526c5b8c4be3df6a0dc (patch)
tree2cbb9a4c7ab681f5fba63f54c3ec52f36ab2c93e /po/ja_JP.po
parented6f544572d6cbfba94962799d82d6c511c11f40 (diff)
build: perl as a dependency in meson.build
With the switch to meson, the problem previously fixed in #1822 came
back. The build system might pick up the installed hexchat-config.h
instead of using the header in the source directory, as the compiler
arguments would be in the order of "-I${prefix}/include -I..".

It seems that the c_args in meson are always put to the front of the
compiler arguments, in order to be able to override any include paths
from dependencies. However, this was not the intention here, so perl
should also be modeled as a dependency. This ensures that the arguments
with local include directories come first.
Diffstat (limited to 'po/ja_JP.po')
0 files changed, 0 insertions, 0 deletions