Skip to content

meson: respect prefix for includedir

Timo Gurr requested to merge (removed):prefix-include into master

This fixes the install of the includes on cross environments where lib and include may be prefixed by the host triplet e.g. /usr/x86_64-pc-linux-gnu/{include,lib} to not end up being wrongly installed to /usr/include.

Merge request reports