11 lines
534 B
Diff
11 lines
534 B
Diff
--- b/meson.build
|
|
+++ a/meson.build
|
|
@@ -10,7 +10,7 @@ i18n = import('i18n')
|
|
|
|
dbus_services_dir = dependency('dbus-1').get_pkgconfig_variable('session_bus_services_dir',
|
|
define_variable: ['datadir', get_option('datadir')])
|
|
-sn_watcher_dir = join_paths(get_option('prefix'), get_option('libdir'), 'xapps')
|
|
+sn_watcher_dir = join_paths(get_option('prefix'), get_option('libexecdir'), 'xapps')
|
|
|
|
cdata = configuration_data()
|
|
cdata.set_quoted('GETTEXT_PACKAGE', 'xapp')
|