summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 95a12f2b15..9c98ebe56a 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)