diff options
Diffstat (limited to 'src/modules/notification/meson.build')
-rw-r--r-- | src/modules/notification/meson.build | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/modules/notification/meson.build b/src/modules/notification/meson.build index 75f3ee37ab..d600db7f8f 100644 --- a/src/modules/notification/meson.build +++ b/src/modules/notification/meson.build @@ -5,18 +5,4 @@ notification_src = [ 'e_mod_main.h', ] -notification_dir = join_paths(dir_module_e, 'notification', module_arch) -if get_option('notification') == true - config_h.set('USE_MODULE_NOTIFICATION', '1') - - module_files += join_paths(notification_dir, 'notification.so') - shared_module('notification', - notification_src, - include_directories: include_directories(module_includes), - name_prefix: '', - dependencies: module_deps, - install_dir: notification_dir, - install: true - ) -endif - +module += [notification_src, 'e-module-notification.edj'] |