chiark / gitweb /
meson.build: Fix new executable systemd-user-runtime-dir, that we do not need.
authorSven Eden <yamakuzure@gmx.net>
Fri, 10 Aug 2018 15:31:26 +0000 (17:31 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
meson.build

index b40500c5533f2a9b2a4c0b3d058c677cb484441c..ef7071094254708de6672c4cf1fdb522d7e96f36 100644 (file)
@@ -1881,6 +1881,14 @@ test_dlopen = executable(
 #                      args : [pam_systemd.full_path()]) # path to dlopen must include a slash
 #         endif
 # endif
+# 
+# executable('systemd-user-runtime-dir',
+#            user_runtime_dir_sources,
+#            include_directories : includes,
+#            link_with : [libshared, liblogind_core],
+#            install_rpath : rootlibexecdir,
+#            install : true,
+#            install_dir : rootlibexecdir)
 #else
 
 executable('elogind',
@@ -1915,14 +1923,6 @@ exe = executable('elogind-inhibit',
                         install : true,
                         install_dir : rootbindir)
 public_programs += [exe]
-executable('elogind-user-runtime-dir',
-executable('elogind-user-runtime-dir',
-           user_runtime_dir_sources,
-           include_directories : includes,
-           link_with : [libshared, liblogind_core],
-           install_rpath : rootlibexecdir,
-           install : true,
-           install_dir : rootlibexecdir)
 
 if conf.get('HAVE_PAM') == 1
         version_script_arg = join_paths(meson.current_source_dir(), pam_elogind_sym)