summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorManatsawin Hanmongkolchai <[email protected]>2022-11-14 23:52:41 +0700
committerraveit65 <[email protected]>2023-04-20 18:07:49 +0200
commit94abc672375a68425d210bec872167922808391c (patch)
tree9376b2dfc478aa304e9dfae79883ff3720d4a72c /src/meson.build
parentfaf2001f46509a7434fc10ee848ce1ce84255dcd (diff)
downloadeom-94abc672375a68425d210bec872167922808391c.tar.bz2
eom-94abc672375a68425d210bec872167922808391c.tar.xz
Add plugin build
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index fe8522b..d89162a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -130,7 +130,7 @@ cflags = [
'-DG_LOG_DOMAIN="EOM"',
'-DEOM_DATA_DIR="' + pkgdatadir + '"',
'-DEOM_LOCALE_DIR="' + localedir + '"',
- '-DEOM_PLUGIN_DIR="' + (libdir / 'eom' / 'plugins') + '"',
+ '-DEOM_PLUGIN_DIR="' + pluginsdir + '"',
'-DLIBDIR="' + libdir + '"',
]