From 084f29d8d3234c545b4c4e1665270450e106c617 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 18 Apr 2020 17:11:29 +0100 Subject: [PATCH] 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)