raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=084f29d8d3234c545b4c4e1665270450e106c617
commit 084f29d8d3234c545b4c4e1665270450e106c617 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Apr 18 17:11:29 2020 +0100 e pkgconfig - expose module arch to make it easier for extra mods --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 95a12f2b1..9c98ebe56 100644 --- a/meson.build +++ b/meson.build @@ -419,6 +419,7 @@ pkgconfig.generate(name : proj, 'modules=@0@/enlightenment/modules'.format(dir_lib), 'pkgdatadir=${datarootdir}/' + proj + '/data', 'themes=${pkgdatadir}/themes', + 'module_arch=@0@'.format(module_arch), 'backgrounds=${pkgdatadir}/backgrounds', 'release=@0@'.format(release), 'wayland=@0@'.format(wayland) --
