You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
515 B
12 lines
515 B
--- b/meson.build |
|
+++ a/meson.build |
|
@@ -11,7 +11,7 @@ |
|
|
|
dbus_services_dir = dependency('dbus-1').get_variable(pkgconfig: 'session_bus_services_dir', |
|
pkgconfig_define: ['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') |
|
|
|
|