mir-core icon indicating copy to clipboard operation
mir-core copied to clipboard

[Feature request] install include D file into /usr/include/d/mir-core

Open bioinfornatics opened this issue 3 years ago • 1 comments

Dear,

At least from the meson process, D include file are installed into /usr/include/d/mir-core/mir. This can be a bit annoying as by default, compilers look into /usr/include/d and do not find mir module.

Can we move to /usr/include/d/mir/core/ ? the module have to be rename source/mir/core and to use a namespace as mir.core and the to remove into the meson build le statement + meson.project_name() at line 91

Thanks

bioinfornatics avatar Nov 06 '22 16:11 bioinfornatics

That maybe makes sense to do. However, we don't use meson builds anymore except for documentation. We test meson and build documentation in Circle CI, which is currently blocked for me because of sanctions. I have to solve it one day, but that isn't a priority and unlikely will be solved soon.

9il avatar Nov 07 '22 18:11 9il