c.sexchat/plugins/perl
Rainer Müller 111441302c 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.
2018-03-26 17:09:36 +00:00
..
lib fix typo in comment 2018-03-13 23:38:36 +00:00
generate_header Rebrand Perl plugin to HexChat, 2013-10-07 22:58:38 +02:00
generate_header.py build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
meson.build build: perl as a dependency in meson.build 2018-03-26 17:09:36 +00:00
perl.c perl: Remove dead assignment 2016-10-11 11:48:36 -04:00
perl.def Rebranding for the rest of plugin* 2012-10-30 08:42:48 +01:00
perl.vcxproj perl: Fixed warning about duplicate definition of bool. 2016-01-30 19:57:12 -08:00
perl.vcxproj.filters Get rid of multiple Perl versions 2013-04-13 02:27:01 +02:00