c.sexchat/plugins
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
..
checksum build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
exec build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
fishlim fishlim: Fix build warning 2018-02-18 04:31:55 -05:00
lua build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
perl build: perl as a dependency in meson.build 2018-03-26 17:09:36 +00:00
python win32: Update to build against gvsbuild 2018-03-09 20:26:41 +00:00
sysinfo Various fixes for mingw 2018-03-09 18:23:25 +00:00
upd build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
winamp build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
meson.build build: Add option to specify path to perl binary 2018-03-23 09:14:45 +00:00