X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=meson.build;h=e86454d79cc1d5a308ee9b4dce65685f1eec2d5c;hb=refs%2Ftags%2Fsubmit%2Ftizen%2F20190530.111225;hp=777f82106cf6819b6b3dc76ac085a033acce502e;hpb=f912694aa82e8f2769c058ba8b40c5911342d105;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/meson.build b/meson.build index 777f821..e86454d 100644 --- a/meson.build +++ b/meson.build @@ -43,6 +43,12 @@ else systemd_user_dir = join_paths(get_option('prefix'), 'lib/systemd/user') endif +if get_option('systemd_system_dir') != 'default' + systemd_system_dir = get_option('systemd_system_dir') +else + systemd_system_dir = join_paths(get_option('prefix'), 'lib/systemd/system') +endif + # Dependencies libdbus_req_version = '>= 1.5' glib_req_version = '>= 2.32.0'