summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-04-18 17:11:29 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-04-18 17:12:03 +0100
commit084f29d8d3234c545b4c4e1665270450e106c617 (patch)
treeb0880b89e8ec0f9db441e01968a62af36e0934f0 /meson.build
parent9e6c670a975624e0229c5251feefa6c961fc0be7 (diff)
downloadenlightenment-084f29d8d3234c545b4c4e1665270450e106c617.tar.gz
e pkgconfig - expose module arch to make it easier for extra mods
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)