chiark / gitweb /
Prep v238: Apply some upstream fixes to the sections elogind pendants.
authorSven Eden <yamakuzure@gmx.net>
Tue, 5 Jun 2018 17:06:28 +0000 (19:06 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 5 Jun 2018 17:08:54 +0000 (19:08 +0200)
meson.build

index be561ba94f33e7e6bb14b0acf2995b21441b5137..8cb15aff5c89e72a5fb9764e018b4eb72338d773 100644 (file)
@@ -1943,7 +1943,7 @@ if conf.get('HAVE_PAM') == 1
                 include_directories : includes,
                 link_args : ['-shared',
                                 '-Wl,--version-script=' + version_script_arg],
-                link_with : [libelogind,
+                link_with : [libelogind_static,
                              libshared_static],
                 dependencies : [threads,
                                 libpam,
@@ -2476,7 +2476,7 @@ endif
 executable('elogind-cgroups-agent',
            'src/cgroups-agent/cgroups-agent.c',
            include_directories : includes,
-           link_with : [libshared_static],
+           link_with : [libshared],
            install_rpath : rootlibexecdir,
            install : true,
            install_dir : rootlibexecdir)
@@ -2774,7 +2774,7 @@ executable('elogind-uaccess-command',
            'src/uaccess-command/uaccess-command.c',
            include_directories : includes,
            link_with : [liblogind_core,
-                        libshared_static],
+                        libshared],
            dependencies: [libacl,
                           libudev],
            install_rpath : rootlibexecdir,
@@ -2929,8 +2929,6 @@ install_subdir('factory/etc',
 # install_data('modprobe.d/systemd.conf',
 #              install_dir : modprobedir)
 #endif // 0
-#if 0 /// UNNEEDED by elogind
-#endif // 0
 install_data('LICENSE.GPL2',
              'LICENSE.LGPL2.1',
              'NEWS',