chiark / gitweb /
networkd: add support for wireguard interface type
authorJörg Thalheim <joerg@thalheim.io>
Mon, 18 Dec 2017 14:20:34 +0000 (15:20 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:50:02 +0000 (07:50 +0200)
More information may be found at wireguard.com.

src/shared/meson.build

index 12d05cf34968da25e30b728cb425ea83ed18845d..2c70bfd41ce0fc67304f05df9727160069e764a6 100644 (file)
@@ -205,6 +205,10 @@ libshared = shared_library(
 #         include_directories : includes,
 #         link_args : ['-shared',
 #                     '-Wl,--version-script=' + libshared_sym_path],
+#         c_args : ['-fvisibility=default'],
+#         dependencies : libshared_deps,
+#         install : true,
+#         install_dir : rootlibexecdir)
 # 
 # libshared_static = static_library(
 #         libshared_name,
@@ -215,10 +219,6 @@ libshared = shared_library(
 #else
         libelogind_internal_sources,
 #endif // 0
-        c_args : ['-fvisibility=default'],
-        dependencies : libshared_deps,
-        install : true,
-        install_dir : rootlibexecdir)
 #if 1 /// need elogind internal library sources
         libelogind_internal_sources,
 #endif // 1