From 94abc672375a68425d210bec872167922808391c Mon Sep 17 00:00:00 2001 From: Manatsawin Hanmongkolchai Date: Mon, 14 Nov 2022 23:52:41 +0700 Subject: Add plugin build --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 237ea0e..54b6db0 100644 --- a/meson.build +++ b/meson.build @@ -20,6 +20,7 @@ libdir = join_paths(get_option('prefix'), get_option('libdir')) schemadir = datadir / 'glib-2.0' / 'schemas' localedir = join_paths(get_option('prefix'), get_option('localedir')) includedir = join_paths(get_option('prefix'), get_option('includedir')) +pluginsdir = libdir / 'eom' / 'plugins' # Dependencies glib_required = '2.52.0' @@ -200,7 +201,7 @@ endif subdir('cut-n-paste') subdir('src') subdir('man') -#subdir('plugins') +subdir('plugins') subdir('help') subdir('data') subdir('doc') -- cgit v1.2.1